#F2BA04

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

Shades of Golden Poppy #F2BA04

Tints of Golden Poppy #F2BA04

Color information

#F2BA04 (or 0xF2BA04) is unknown color: approx Golden Poppy. HEX triplet: F2, BA and 04. RGB value is (242,186,4). Sum of RGB (Red+Green+Blue) = 242+186+4=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 4 (1.95% from 255 or 0.93% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2BA04 is #0D45FB. Grayscale: #B6B6B6. Windows color (decimal): -869884 or 310002. OLE color: 310002.

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

Color convert

RGB2421864-
CMYK00.230.980.05
HSL45.88º96.75%48.24%-
HSV(B)45.88º98.35%94.9%-
XYZ54.2547.68-
YUV18227.55170.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 56.02%
GREEN value IS 186 (73.05% from 255) = 43.06%
BLUE value IS 4 (1.95% from 255) = 0.93%
R=56.02%
G=43.06%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242186400.230.980.0545.8896.7548.24
HexF2BA40176252e6130
Octal362272402714255614160
Binary111100101011101010001011111000101011011101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BA04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BA04; }

 p { color: rgb(242,186,4); }

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

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

 a { background-color: rgb(242,186,4); }

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

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

 span { border-color: rgb(242,186,4); }

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