Html Css Color HEX #FCB506 Selective Yellow

📋 copy color: '#FCB506'

red 252 ◦ green 181 ◦ blue 6

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

Shades of Selective Yellow #FCB506

Tints of Selective Yellow #FCB506

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.23%

 BLUE value IS 6 (2.73% from 255) = 1.37%

R = 57.4%
G = 41.23%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCB506 (or 0xFCB506) is known color: Selective Yellow. HEX triplet: FC, B5 and 06. RGB value is (252,181,6). Sum of RGB (Red+Green+Blue) = 252+181+6=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 6 (2.73% from 255 or 1.37% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB506 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB506 is #034AF9. Grayscale: #B7B7B7. Windows color (decimal): -215802 or 439804. OLE color: 439804.

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

Color convert

RGB 252 181 6 -
CMYK 0 0.28 0.98 0.01
HSL 42.68º 0.98% 0.51% -
HSV(B) 42.68º 0.98% 0.99% -
XYZ 56.7 53.76 7.56 -
YUV 182.28 28.52 177.73 -
System Red Green Blue C M Y K H S L
Decimal 252 181 6 0 0.28 0.98 0.01 42.68 0.98 0.51
Hex FC B5 6 0 1C 62 1 2B 62 33
Octal 374 265 6 0 34 142 1 53 142 63
Binary 11111100 10110101 110 0 11100 1100010 1 101011 1100010 110011

Color Harmonies of #FCB506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB506

Black with #FCB506

Text Example


Text Example

White with #FCB506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB506; }

 p { color: rgb(252,181,6); }

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

background-color css

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

 a { background-color: rgb(252,181,6); }

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

border-color css

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

 span { border-color: rgb(252,181,6); }

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