Html Css Color HEX #FCC604 Golden Poppy

📋 copy color: '#FCC604'

red 252 ◦ green 198 ◦ blue 4

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

Shades of Golden Poppy #FCC604

Tints of Golden Poppy #FCC604

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.61%

 BLUE value IS 4 (1.95% from 255) = 0.88%

R = 55.51%
G = 43.61%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCC604 (or 0xFCC604) is known color: Golden Poppy. HEX triplet: FC, C6 and 04. RGB value is (252,198,4). Sum of RGB (Red+Green+Blue) = 252+198+4=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 198 (77.73% from 255 or 43.61% from 454); Blue value is 4 (1.95% from 255 or 0.88% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC604 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC604 is #0339FB. Grayscale: #C0C0C0. Windows color (decimal): -211452 or 313084. OLE color: 313084.

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

Color convert

RGB 252 198 4 -
CMYK 0 0.21 0.98 0.01
HSL 46.94º 0.98% 0.5% -
HSV(B) 46.94º 0.98% 0.99% -
XYZ 60.36 61.09 8.73 -
YUV 192.03 21.89 170.77 -
System Red Green Blue C M Y K H S L
Decimal 252 198 4 0 0.21 0.98 0.01 46.94 0.98 0.5
Hex FC C6 4 0 15 62 1 2F 62 32
Octal 374 306 4 0 25 142 1 57 142 62
Binary 11111100 11000110 100 0 10101 1100010 1 101111 1100010 110010

Color Harmonies of #FCC604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC604

Black with #FCC604

Text Example


Text Example

White with #FCC604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC604; }

 p { color: rgb(252,198,4); }

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

background-color css

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

 a { background-color: rgb(252,198,4); }

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

border-color css

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

 span { border-color: rgb(252,198,4); }

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