#F9F52B

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

Shades of Gorse #F9F52B

Tints of Gorse #F9F52B

Color information

#F9F52B (or 0xF9F52B) is unknown color: approx Gorse. HEX triplet: F9, F5 and 2B. RGB value is (249,245,43). Sum of RGB (Red+Green+Blue) = 249+245+43=537 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.37% from 537); Green value is 245 (96.09% from 255 or 45.62% from 537); Blue value is 43 (17.19% from 255 or 8.01% from 537); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F52B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9F52B is #060AD4. Grayscale: #DFDFDF. Windows color (decimal): -395989 or 2881017. OLE color: 2881017.

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

Color convert

RGB24924543-
CMYK00.020.830.02
HSL58.83º94.5%57.25%-
HSV(B)58.83º82.73%97.65%-
XYZ72.1685.6215.01-
YUV223.1726.33146.43-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.37%
GREEN value IS 245 (96.09% from 255) = 45.62%
BLUE value IS 43 (17.19% from 255) = 8.01%
R=46.37%
G=45.62%
B=8.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.83
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492454300.020.830.0258.8394.557.25
HexF9F52B025323b5e39
Octal371365530212327313671
Binary11111001111101011010110101010011101110111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F52B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F52B; }

 p { color: rgb(249,245,43); }

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

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

 a { background-color: rgb(249,245,43); }

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

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

 span { border-color: rgb(249,245,43); }

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