Html Css Color HEX #FCC40A Golden Poppy

📋 copy color: '#FCC40A'

red 252 ◦ green 196 ◦ blue 10

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

Shades of Golden Poppy #FCC40A

Tints of Golden Poppy #FCC40A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.79%

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

R = 55.02%
G = 42.79%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCC40A (or 0xFCC40A) is known color: Golden Poppy. HEX triplet: FC, C4 and 0A. RGB value is (252,196,10). Sum of RGB (Red+Green+Blue) = 252+196+10=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 196 (76.95% from 255 or 42.79% from 458); Blue value is 10 (4.30% from 255 or 2.18% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC40A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC40A is #033BF5. Grayscale: #C0C0C0. Windows color (decimal): -211958 or 705788. OLE color: 705788.

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

Color convert

RGB 252 196 10 -
CMYK 0 0.22 0.96 0.01
HSL 46.12º 0.98% 0.51% -
HSV(B) 46.12º 0.96% 0.99% -
XYZ 59.94 60.2 8.75 -
YUV 191.54 25.55 171.12 -
System Red Green Blue C M Y K H S L
Decimal 252 196 10 0 0.22 0.96 0.01 46.12 0.98 0.51
Hex FC C4 A 0 16 60 1 2E 62 33
Octal 374 304 12 0 26 140 1 56 142 63
Binary 11111100 11000100 1010 0 10110 1100000 1 101110 1100010 110011

Color Harmonies of #FCC40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC40A

Black with #FCC40A

Text Example


Text Example

White with #FCC40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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