Color Hex Logo

#fbca15 Color Hex

#FBCA15
(251,202,21)
0 Favorites   0 Comments

Color spaces of #fbca15

RGB 25120221
HSL0.130.970.53
HSV47°92°98°
CMYK 0.000.200.92   0.02
XYZ61.039562.80449.6148
Yxy62.80440.45740.4706
Hunter Lab79.2492-1.201548.2812
CIE-Lab83.33943.194082.2132

#fbca15 color RGB value is (251,202,21).

#fbca15 hex color red value is 251, green value is 202 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #fbca15 hue: 0.13 , saturation: 0.97 and the lightness value of fbca15 is 0.53.

The process color (four color CMYK) of #fbca15 color hex is 0.00, 0.20, 0.92, 0.02. Web safe color of #fbca15 is #ffcc00. Color #fbca15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001010 00010101
Octal 373 312 25
Decimal 251 202 21
Hex FB CA 15

RGB Percentages of Color #fbca15

%52.95
%42.62
%4.43

CMYK Percentages of Color #fbca15

%0
%20
%92
%2

Triadic Colors of #fbca15

#fbca15 #15fbca #ca15fb

Analogous Colors of #fbca15

#fbca15 #b9fb15 #fb5715

Monochromatic Colors of #fbca15

#fbca15

Complementary Color

#fbca15 #1546fb

#fbca15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbca15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbca15 Color CSS Codes

.mybgcolor {background-color:#fbca15; } 
.myforecolor {color:#fbca15; }
.mybordercolor {border:3px solid #fbca15; }

#fbca15 Text Font Color

<p style="color:#fbca15">Text here</p>

This sample text font color is #fbca15
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fbca15 Background Color

<div style="background-color:#fbca15">
Div content here</div>

This div background color is #fbca15


#fbca15 Border Color

<div style="border:3px solid #fbca15">
Div here</div>

This div border color is #fbca15


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,202,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbca15; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbca15;
  -webkit-box-shadow: 1px 1px 3px 2px #fbca15;
  box-shadow:         1px 1px 3px 2px #fbca15; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,202,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fbca15">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fbca15;
  -webkit-box-shadow: 1px 1px 3px 2px #fbca15;
  box-shadow:         1px 1px 3px 2px #fbca15;">
Div content here</div>

This div box has shadow with color #fbca15

Related Colors


Comments

No comments written yet.

Please login to write comment.