Html Css Color HEX #FCB005 Selective Yellow

📋 copy color: '#FCB005'

red 252 ◦ green 176 ◦ blue 5

#FCB005
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Selective Yellow #FCB005

Tints of Selective Yellow #FCB005

RGB

 RED value IS 252 (98.83% from 255) = 58.2%

 GREEN value IS 176 (69.14% from 255) = 40.65%

 BLUE value IS 5 (2.34% from 255) = 1.15%

R = 58.2%
G = 40.65%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FCB005 (or 0xFCB005) is known color: Selective Yellow. HEX triplet: FC, B0 and 05. RGB value is (252,176,5). Sum of RGB (Red+Green+Blue) = 252+176+5=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 5 (2.34% from 255 or 1.15% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB005 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCB005 is #034FFA. Grayscale: #B3B3B3. Windows color (decimal): -217083 or 372988. OLE color: 372988.

HSL color Cylindrical-coordinate representation of color #FCB005: hue angle of 41.54º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCB005 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 176 5 -
CMYK 0 0.30 0.98 0.01
HSL 41.54º 0.98% 0.5% -
HSV(B) 41.54º 0.98% 0.99% -
XYZ 55.7 51.76 7.2 -
YUV 179.23 29.68 179.9 -
System Red Green Blue C M Y K H S L
Decimal 252 176 5 0 0.30 0.98 0.01 41.54 0.98 0.5
Hex FC B0 5 0 1E 62 1 2A 62 32
Octal 374 260 5 0 36 142 1 52 142 62
Binary 11111100 10110000 101 0 11110 1100010 1 101010 1100010 110010

Color Harmonies of #FCB005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB005

Black with #FCB005

Text Example


Text Example

White with #FCB005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB005; }

 p { color: rgb(252,176,5); }

 H1.HeaderClassName
 {
   color: #FCB005;
 }
 .AnyTagClassName
 {
   color: #FCB005;
 }
</style>

background-color css

<style>
 a { background-color: #FCB005; }

 a { background-color: rgb(252,176,5); }

 div.DivClassName
 {
   background-color: #FCB005;
 }
 .BgClassName
 {
   background-color: #FCB005;
 }
</style>

border-color css

<style>
 span { border-color: #FCB005; }

 span { border-color: rgb(252,176,5); }

 td.TdClassName
 {
   border-color: #FCB005;
 }
 .TagClassName
 {
   border-color: #FCB005;
 }
</style>