#F2F039

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

Shades of Gorse #F2F039

Tints of Gorse #F2F039

Color information

#F2F039 (or 0xF2F039) is unknown color: approx Gorse. HEX triplet: F2, F0 and 39. RGB value is (242,240,57). Sum of RGB (Red+Green+Blue) = 242+240+57=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 240 (94.14% from 255 or 44.53% from 539); Blue value is 57 (22.66% from 255 or 10.58% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F039 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F039 is #0D0FC6. Grayscale: #DCDCDC. Windows color (decimal): -856007 or 3797234. OLE color: 3797234.

HSL color Cylindrical-coordinate representation of color #F2F039: hue angle of 59.35º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F2F039 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB24224057-
CMYK00.010.760.05
HSL59.35º87.68%58.63%-
HSV(B)59.35º76.45%94.9%-
XYZ68.5281.4915.99-
YUV219.7436.16143.88-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.90%
GREEN value IS 240 (94.14% from 255) = 44.53%
BLUE value IS 57 (22.66% from 255) = 10.58%
R=44.90%
G=44.53%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422405700.010.760.0559.3587.6858.63
HexF2F039014C53b583b
Octal362360710111457313073
Binary11110010111100001110010110011001011110111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F039; }

 p { color: rgb(242,240,57); }

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

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

 a { background-color: rgb(242,240,57); }

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

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

 span { border-color: rgb(242,240,57); }

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