Html Css Color HEX #FCC010 Golden Poppy

📋 copy color: '#FCC010'

red 252 ◦ green 192 ◦ blue 16

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

Shades of Golden Poppy #FCC010

Tints of Golden Poppy #FCC010

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.74%

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

R = 54.78%
G = 41.74%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCC010 (or 0xFCC010) is known color: Golden Poppy. HEX triplet: FC, C0 and 10. RGB value is (252,192,16). Sum of RGB (Red+Green+Blue) = 252+192+16=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 16 (6.64% from 255 or 3.48% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC010 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC010 is #033FEF. Grayscale: #BEBEBE. Windows color (decimal): -212976 or 1097980. OLE color: 1097980.

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

Color convert

RGB 252 192 16 -
CMYK 0 0.24 0.94 0.01
HSL 44.75º 0.98% 0.53% -
HSV(B) 44.75º 0.94% 0.99% -
XYZ 59.09 58.43 8.65 -
YUV 189.88 29.88 172.31 -
System Red Green Blue C M Y K H S L
Decimal 252 192 16 0 0.24 0.94 0.01 44.75 0.98 0.53
Hex FC C0 10 0 18 5E 1 2D 62 35
Octal 374 300 20 0 30 136 1 55 142 65
Binary 11111100 11000000 10000 0 11000 1011110 1 101101 1100010 110101

Color Harmonies of #FCC010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC010

Black with #FCC010

Text Example


Text Example

White with #FCC010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC010; }

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

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

background-color css

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

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

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

border-color css

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

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

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