Html Css Color HEX #FCB908 Selective Yellow

📋 copy color: '#FCB908'

red 252 ◦ green 185 ◦ blue 8

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

Shades of Selective Yellow #FCB908

Tints of Selective Yellow #FCB908

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.57%

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

R = 56.63%
G = 41.57%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FCB908 (or 0xFCB908) is known color: Selective Yellow. HEX triplet: FC, B9 and 08. RGB value is (252,185,8). Sum of RGB (Red+Green+Blue) = 252+185+8=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 8 (3.52% from 255 or 1.80% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB908 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB908 is #0346F7. Grayscale: #B9B9B9. Windows color (decimal): -214776 or 571900. OLE color: 571900.

HSL color Cylindrical-coordinate representation of color #FCB908: hue angle of 43.52º 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 #FCB908 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 185 8 -
CMYK 0 0.27 0.97 0.01
HSL 43.52º 0.98% 0.51% -
HSV(B) 43.52º 0.97% 0.99% -
XYZ 57.54 55.41 7.89 -
YUV 184.86 28.2 175.89 -
System Red Green Blue C M Y K H S L
Decimal 252 185 8 0 0.27 0.97 0.01 43.52 0.98 0.51
Hex FC B9 8 0 1B 61 1 2C 62 33
Octal 374 271 10 0 33 141 1 54 142 63
Binary 11111100 10111001 1000 0 11011 1100001 1 101100 1100010 110011

Color Harmonies of #FCB908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB908

Black with #FCB908

Text Example


Text Example

White with #FCB908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB908; }

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

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

background-color css

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

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

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

border-color css

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

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

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