#F5C802

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

Shades of Golden Poppy #F5C802

Tints of Golden Poppy #F5C802

Color information

#F5C802 (or 0xF5C802) is unknown color: approx Golden Poppy. HEX triplet: F5, C8 and 02. RGB value is (245,200,2). Sum of RGB (Red+Green+Blue) = 245+200+2=447 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.81% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 2 (1.17% from 255 or 0.45% from 447); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C802 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C802 is #0A37FD. Grayscale: #BFBFBF. Windows color (decimal): -669694 or 182517. OLE color: 182517.

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

Color convert

RGB2452002-
CMYK00.180.990.04
HSL48.89º98.38%48.43%-
HSV(B)48.89º99.18%96.08%-
XYZ58.3260.738.7-
YUV190.8821.41166.6-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 54.81%
GREEN value IS 200 (78.52% from 255) = 44.74%
BLUE value IS 2 (1.17% from 255) = 0.45%
R=54.81%
G=44.74%
B=0.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.99
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245200200.180.990.0448.8998.3848.43
HexF5C82012634316230
Octal365310202214346114260
Binary11110101110010001001001011000111001100011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C802; }

 p { color: rgb(245,200,2); }

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

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

 a { background-color: rgb(245,200,2); }

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

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

 span { border-color: rgb(245,200,2); }

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