#F5BB0C

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

Shades of Golden Poppy #F5BB0C

Tints of Golden Poppy #F5BB0C

Color information

#F5BB0C (or 0xF5BB0C) is unknown color: approx Golden Poppy. HEX triplet: F5, BB and 0C. RGB value is (245,187,12). Sum of RGB (Red+Green+Blue) = 245+187+12=444 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.18% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 12 (5.08% from 255 or 2.70% from 444); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BB0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5BB0C is #0A44F3. Grayscale: #B9B9B9. Windows color (decimal): -673012 or 834549. OLE color: 834549.

HSL color Cylindrical-coordinate representation of color #F5BB0C: hue angle of 45.06º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F5BB0C is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB24518712-
CMYK00.240.950.04
HSL45.06º92.09%50.39%-
HSV(B)45.06º95.1%96.08%-
XYZ55.4954.988.04-
YUV184.3930.72171.23-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 55.18%
GREEN value IS 187 (73.44% from 255) = 42.12%
BLUE value IS 12 (5.08% from 255) = 2.70%
R=55.18%
G=42.12%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451871200.240.950.0445.0692.0950.39
HexF5BBC0185F42d5c32
Octal3652731403013745513462
Binary1111010110111011110001100010111111001011011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BB0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BB0C; }

 p { color: rgb(245,187,12); }

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

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

 a { background-color: rgb(245,187,12); }

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

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

 span { border-color: rgb(245,187,12); }

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