Html Css Color HEX #FCB308 Selective Yellow

📋 copy color: '#FCB308'

red 252 ◦ green 179 ◦ blue 8

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

Shades of Selective Yellow #FCB308

Tints of Selective Yellow #FCB308

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.77%

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

R = 57.4%
G = 40.77%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FCB308 (or 0xFCB308) is known color: Selective Yellow. HEX triplet: FC, B3 and 08. RGB value is (252,179,8). Sum of RGB (Red+Green+Blue) = 252+179+8=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 8 (3.52% from 255 or 1.82% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB308 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB308 is #034CF7. Grayscale: #B6B6B6. Windows color (decimal): -216312 or 570364. OLE color: 570364.

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

Color convert

RGB 252 179 8 -
CMYK 0 0.29 0.97 0.01
HSL 42.05º 0.98% 0.51% -
HSV(B) 42.05º 0.97% 0.99% -
XYZ 56.31 52.95 7.48 -
YUV 181.33 30.18 178.4 -
System Red Green Blue C M Y K H S L
Decimal 252 179 8 0 0.29 0.97 0.01 42.05 0.98 0.51
Hex FC B3 8 0 1D 61 1 2A 62 33
Octal 374 263 10 0 35 141 1 52 142 63
Binary 11111100 10110011 1000 0 11101 1100001 1 101010 1100010 110011

Color Harmonies of #FCB308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB308

Black with #FCB308

Text Example


Text Example

White with #FCB308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB308; }

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

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

background-color css

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

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

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

border-color css

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

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

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