#F5C505

Color #F5C505 Golden Poppy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Poppy #F5C505

Tints of Golden Poppy #F5C505

Color information

#F5C505 (or 0xF5C505) is unknown color: approx Golden Poppy. HEX triplet: F5, C5 and 05. RGB value is (245,197,5). Sum of RGB (Red+Green+Blue) = 245+197+5=447 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.81% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 5 (2.34% from 255 or 1.12% from 447); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C505 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C505 is #0A3AFA. Grayscale: #BEBEBE. Windows color (decimal): -670459 or 378357. OLE color: 378357.

HSL color Cylindrical-coordinate representation of color #F5C505: hue angle of 48º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5C505 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB2451975-
CMYK00.200.980.04
HSL48º96%49.02%-
HSV(B)48º97.96%96.08%-
XYZ57.6559.368.56-
YUV189.4623.9167.61-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 54.81%
GREEN value IS 197 (77.34% from 255) = 44.07%
BLUE value IS 5 (2.34% from 255) = 1.12%
R=54.81%
G=44.07%
B=1.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.98
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245197500.200.980.04489649.02
HexF5C55014624306031
Octal365305502414246014061
Binary111101011100010110101010011000101001100001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C505; }

 p { color: rgb(245,197,5); }

 H1.HeaderClassName
 {
   color: #F5C505;
 }
 .AnyTagClassName
 {
   color: #F5C505;
 }
</style>
background-color css

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

 a { background-color: rgb(245,197,5); }

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

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

 span { border-color: rgb(245,197,5); }

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