Html Css Color HEX #FCC108 Golden Poppy

📋 copy color: '#FCC108'

red 252 ◦ green 193 ◦ blue 8

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

Shades of Golden Poppy #FCC108

Tints of Golden Poppy #FCC108

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.6%

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

R = 55.63%
G = 42.6%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FCC108 (or 0xFCC108) is known color: Golden Poppy. HEX triplet: FC, C1 and 08. RGB value is (252,193,8). Sum of RGB (Red+Green+Blue) = 252+193+8=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 8 (3.52% from 255 or 1.77% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC108 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC108 is #033EF7. Grayscale: #BEBEBE. Windows color (decimal): -212728 or 573948. OLE color: 573948.

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

Color convert

RGB 252 193 8 -
CMYK 0 0.23 0.97 0.01
HSL 45.49º 0.98% 0.51% -
HSV(B) 45.49º 0.97% 0.99% -
XYZ 59.26 58.85 8.47 -
YUV 189.55 25.55 172.54 -
System Red Green Blue C M Y K H S L
Decimal 252 193 8 0 0.23 0.97 0.01 45.49 0.98 0.51
Hex FC C1 8 0 17 61 1 2D 62 33
Octal 374 301 10 0 27 141 1 55 142 63
Binary 11111100 11000001 1000 0 10111 1100001 1 101101 1100010 110011

Color Harmonies of #FCC108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC108

Black with #FCC108

Text Example


Text Example

White with #FCC108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC108; }

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

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

background-color css

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

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

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

border-color css

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

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

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