Html Css Color HEX #FCC508 Golden Poppy

📋 copy color: '#FCC508'

red 252 ◦ green 197 ◦ blue 8

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

Shades of Golden Poppy #FCC508

Tints of Golden Poppy #FCC508

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.11%

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

R = 55.14%
G = 43.11%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FCC508 (or 0xFCC508) is known color: Golden Poppy. HEX triplet: FC, C5 and 08. RGB value is (252,197,8). Sum of RGB (Red+Green+Blue) = 252+197+8=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 197 (77.34% from 255 or 43.11% from 457); Blue value is 8 (3.52% from 255 or 1.75% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC508 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC508 is #033AF7. Grayscale: #C0C0C0. Windows color (decimal): -211704 or 574972. OLE color: 574972.

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

Color convert

RGB 252 197 8 -
CMYK 0 0.22 0.97 0.01
HSL 46.48º 0.98% 0.51% -
HSV(B) 46.48º 0.97% 0.99% -
XYZ 60.15 60.65 8.76 -
YUV 191.9 24.22 170.87 -
System Red Green Blue C M Y K H S L
Decimal 252 197 8 0 0.22 0.97 0.01 46.48 0.98 0.51
Hex FC C5 8 0 16 61 1 2E 62 33
Octal 374 305 10 0 26 141 1 56 142 63
Binary 11111100 11000101 1000 0 10110 1100001 1 101110 1100010 110011

Color Harmonies of #FCC508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC508

Black with #FCC508

Text Example


Text Example

White with #FCC508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC508; }

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

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

background-color css

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

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

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

border-color css

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

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

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