Html Css Color HEX #FDC504 Golden Poppy

📋 copy color: '#FDC504'

red 253 ◦ green 197 ◦ blue 4

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

Shades of Golden Poppy #FDC504

Tints of Golden Poppy #FDC504

RGB

 RED value IS 253 (99.22% from 255) = 55.73%

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

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

R = 55.73%
G = 43.39%
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

#FDC504 (or 0xFDC504) is known color: Golden Poppy. HEX triplet: FD, C5 and 04. RGB value is (253,197,4). Sum of RGB (Red+Green+Blue) = 253+197+4=454 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.73% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 4 (1.95% from 255 or 0.88% from 454); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC504 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC504 is #023AFB. Grayscale: #C0C0C0. Windows color (decimal): -146172 or 312829. OLE color: 312829.

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

Color convert

RGB 253 197 4 -
CMYK 0 0.22 0.98 0.01
HSL 46.51º 0.98% 0.5% -
HSV(B) 46.51º 0.98% 0.99% -
XYZ 60.5 60.82 8.67 -
YUV 191.74 22.05 171.69 -
System Red Green Blue C M Y K H S L
Decimal 253 197 4 0 0.22 0.98 0.01 46.51 0.98 0.5
Hex FD C5 4 0 16 62 1 2F 62 32
Octal 375 305 4 0 26 142 1 57 142 62
Binary 11111101 11000101 100 0 10110 1100010 1 101111 1100010 110010

Color Harmonies of #FDC504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC504

Black with #FDC504

Text Example


Text Example

White with #FDC504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC504; }

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

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

background-color css

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

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

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

border-color css

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

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

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