Html Css Color HEX #FCC20A Golden Poppy

📋 copy color: '#FCC20A'

red 252 ◦ green 194 ◦ blue 10

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

Shades of Golden Poppy #FCC20A

Tints of Golden Poppy #FCC20A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.19%

R = 55.26%
G = 42.54%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCC20A (or 0xFCC20A) is known color: Golden Poppy. HEX triplet: FC, C2 and 0A. RGB value is (252,194,10). Sum of RGB (Red+Green+Blue) = 252+194+10=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 10 (4.30% from 255 or 2.19% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC20A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC20A is #033DF5. Grayscale: #BFBFBF. Windows color (decimal): -212470 or 705276. OLE color: 705276.

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

Color convert

RGB 252 194 10 -
CMYK 0 0.23 0.96 0.01
HSL 45.62º 0.98% 0.51% -
HSV(B) 45.62º 0.96% 0.99% -
XYZ 59.49 59.3 8.6 -
YUV 190.37 26.22 171.96 -
System Red Green Blue C M Y K H S L
Decimal 252 194 10 0 0.23 0.96 0.01 45.62 0.98 0.51
Hex FC C2 A 0 17 60 1 2E 62 33
Octal 374 302 12 0 27 140 1 56 142 63
Binary 11111100 11000010 1010 0 10111 1100000 1 101110 1100010 110011

Color Harmonies of #FCC20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC20A

Black with #FCC20A

Text Example


Text Example

White with #FCC20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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