#F9C308

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

Shades of Golden Poppy #F9C308

Tints of Golden Poppy #F9C308

Color information

#F9C308 (or 0xF9C308) is unknown color: approx Golden Poppy. HEX triplet: F9, C3 and 08. RGB value is (249,195,8). Sum of RGB (Red+Green+Blue) = 249+195+8=452 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.09% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 8 (3.52% from 255 or 1.77% from 452); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C308 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9C308 is #063CF7. Grayscale: #BEBEBE. Windows color (decimal): -408824 or 574457. OLE color: 574457.

HSL color Cylindrical-coordinate representation of color #F9C308: hue angle of 46.56º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F9C308 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB2491958-
CMYK00.220.970.02
HSL46.56º95.26%50.39%-
HSV(B)46.56º96.79%97.65%-
XYZ58.6359.198.56-
YUV189.8325.39170.21-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 55.09%
GREEN value IS 195 (76.56% from 255) = 43.14%
BLUE value IS 8 (3.52% from 255) = 1.77%
R=55.09%
G=43.14%
B=1.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.97
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249195800.220.970.0246.5695.2650.39
HexF9C380166122f5f32
Octal3713031002614125713762
Binary111110011100001110000101101100001101011111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C308; }

 p { color: rgb(249,195,8); }

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

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

 a { background-color: rgb(249,195,8); }

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

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

 span { border-color: rgb(249,195,8); }

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