Html Css Color HEX #FCC210 Golden Poppy

📋 copy color: '#FCC210'

red 252 ◦ green 194 ◦ blue 16

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

Shades of Golden Poppy #FCC210

Tints of Golden Poppy #FCC210

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.99%

 BLUE value IS 16 (6.64% from 255) = 3.46%

R = 54.55%
G = 41.99%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCC210 (or 0xFCC210) is known color: Golden Poppy. HEX triplet: FC, C2 and 10. RGB value is (252,194,16). Sum of RGB (Red+Green+Blue) = 252+194+16=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 16 (6.64% from 255 or 3.46% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC210 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC210 is #033DEF. Grayscale: #BFBFBF. Windows color (decimal): -212464 or 1098492. OLE color: 1098492.

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

Color convert

RGB 252 194 16 -
CMYK 0 0.23 0.94 0.01
HSL 45.25º 0.98% 0.53% -
HSV(B) 45.25º 0.94% 0.99% -
XYZ 59.53 59.32 8.8 -
YUV 191.05 29.22 171.47 -
System Red Green Blue C M Y K H S L
Decimal 252 194 16 0 0.23 0.94 0.01 45.25 0.98 0.53
Hex FC C2 10 0 17 5E 1 2D 62 35
Octal 374 302 20 0 27 136 1 55 142 65
Binary 11111100 11000010 10000 0 10111 1011110 1 101101 1100010 110101

Color Harmonies of #FCC210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC210

Black with #FCC210

Text Example


Text Example

White with #FCC210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC210; }

 p { color: rgb(252,194,16); }

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

background-color css

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

 a { background-color: rgb(252,194,16); }

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

border-color css

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

 span { border-color: rgb(252,194,16); }

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