Html Css Color HEX #FCB508 Selective Yellow

📋 copy color: '#FCB508'

red 252 ◦ green 181 ◦ blue 8

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

Shades of Selective Yellow #FCB508

Tints of Selective Yellow #FCB508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.81%

R = 57.14%
G = 41.04%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FCB508 (or 0xFCB508) is known color: Selective Yellow. HEX triplet: FC, B5 and 08. RGB value is (252,181,8). Sum of RGB (Red+Green+Blue) = 252+181+8=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 8 (3.52% from 255 or 1.81% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB508 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB508 is #034AF7. Grayscale: #B7B7B7. Windows color (decimal): -215800 or 570876. OLE color: 570876.

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

Color convert

RGB 252 181 8 -
CMYK 0 0.28 0.97 0.01
HSL 42.54º 0.98% 0.51% -
HSV(B) 42.54º 0.97% 0.99% -
XYZ 56.71 53.76 7.62 -
YUV 182.51 29.52 177.57 -
System Red Green Blue C M Y K H S L
Decimal 252 181 8 0 0.28 0.97 0.01 42.54 0.98 0.51
Hex FC B5 8 0 1C 61 1 2B 62 33
Octal 374 265 10 0 34 141 1 53 142 63
Binary 11111100 10110101 1000 0 11100 1100001 1 101011 1100010 110011

Color Harmonies of #FCB508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB508

Black with #FCB508

Text Example


Text Example

White with #FCB508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB508; }

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

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

background-color css

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

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

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

border-color css

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

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

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