#F8C604

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

Shades of Golden Poppy #F8C604

Tints of Golden Poppy #F8C604

Color information

#F8C604 (or 0xF8C604) is unknown color: approx Golden Poppy. HEX triplet: F8, C6 and 04. RGB value is (248,198,4). Sum of RGB (Red+Green+Blue) = 248+198+4=450 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.11% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 4 (1.95% from 255 or 0.89% from 450); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C604 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C604 is #0739FB. Grayscale: #BFBFBF. Windows color (decimal): -473596 or 313080. OLE color: 313080.

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

Color convert

RGB2481984-
CMYK00.200.980.03
HSL47.7º96.83%49.41%-
HSV(B)47.7º98.39%97.25%-
XYZ58.9360.358.66-
YUV190.8322.57168.77-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 55.11%
GREEN value IS 198 (77.73% from 255) = 44%
BLUE value IS 4 (1.95% from 255) = 0.89%
R=55.11%
G=44%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.98
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248198400.200.980.0347.796.8349.41
HexF8C64014623306131
Octal370306402414236014161
Binary11111000110001101000101001100010111100001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C604; }

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

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

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

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

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

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

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

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