#F9F02D

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

Shades of Gorse #F9F02D

Tints of Gorse #F9F02D

Color information

#F9F02D (or 0xF9F02D) is unknown color: approx Gorse. HEX triplet: F9, F0 and 2D. RGB value is (249,240,45). Sum of RGB (Red+Green+Blue) = 249+240+45=534 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.63% from 534); Green value is 240 (94.14% from 255 or 44.94% from 534); Blue value is 45 (17.97% from 255 or 8.43% from 534); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F02D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9F02D is #060FD2. Grayscale: #DDDDDD. Windows color (decimal): -397267 or 3010809. OLE color: 3010809.

HSL color Cylindrical-coordinate representation of color #F9F02D: hue angle of 57.35º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9F02D is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB24924045-
CMYK00.040.820.02
HSL57.35º94.44%57.65%-
HSV(B)57.35º81.93%97.65%-
XYZ70.782.6514.71-
YUV220.4628.98148.36-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.63%
GREEN value IS 240 (94.14% from 255) = 44.94%
BLUE value IS 45 (17.97% from 255) = 8.43%
R=46.63%
G=44.94%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.82
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492404500.040.820.0257.3594.4457.65
HexF9F02D04522395e3a
Octal371360550412227113672
Binary111110011111000010110101001010010101110011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F02D; }

 p { color: rgb(249,240,45); }

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

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

 a { background-color: rgb(249,240,45); }

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

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

 span { border-color: rgb(249,240,45); }

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