Html Css Color HEX #FCC504 Golden Poppy

📋 copy color: '#FCC504'

red 252 ◦ green 197 ◦ blue 4

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

Shades of Golden Poppy #FCC504

Tints of Golden Poppy #FCC504

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.49%

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

R = 55.63%
G = 43.49%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCC504 (or 0xFCC504) is known color: Golden Poppy. HEX triplet: FC, C5 and 04. RGB value is (252,197,4). Sum of RGB (Red+Green+Blue) = 252+197+4=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 4 (1.95% from 255 or 0.88% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC504 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC504 is #033AFB. Grayscale: #C0C0C0. Windows color (decimal): -211708 or 312828. OLE color: 312828.

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

Color convert

RGB 252 197 4 -
CMYK 0 0.22 0.98 0.01
HSL 46.69º 0.98% 0.5% -
HSV(B) 46.69º 0.98% 0.99% -
XYZ 60.13 60.64 8.65 -
YUV 191.44 22.22 171.19 -
System Red Green Blue C M Y K H S L
Decimal 252 197 4 0 0.22 0.98 0.01 46.69 0.98 0.5
Hex FC C5 4 0 16 62 1 2F 62 32
Octal 374 305 4 0 26 142 1 57 142 62
Binary 11111100 11000101 100 0 10110 1100010 1 101111 1100010 110010

Color Harmonies of #FCC504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC504

Black with #FCC504

Text Example


Text Example

White with #FCC504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC504; }

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

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

background-color css

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

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

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

border-color css

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

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

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