#F4F03C

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

Shades of Gorse #F4F03C

Tints of Gorse #F4F03C

Color information

#F4F03C (or 0xF4F03C) is unknown color: approx Gorse. HEX triplet: F4, F0 and 3C. RGB value is (244,240,60). Sum of RGB (Red+Green+Blue) = 244+240+60=544 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.85% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 60 (23.83% from 255 or 11.03% from 544); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F03C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4F03C is #0B0FC3. Grayscale: #DDDDDD. Windows color (decimal): -724932 or 3993844. OLE color: 3993844.

HSL color Cylindrical-coordinate representation of color #F4F03C: hue angle of 58.7º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F4F03C is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB24424060-
CMYK00.020.750.04
HSL58.7º89.32%59.61%-
HSV(B)58.7º75.41%95.69%-
XYZ69.2881.8816.43-
YUV220.6837.33144.64-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.85%
GREEN value IS 240 (94.14% from 255) = 44.12%
BLUE value IS 60 (23.83% from 255) = 11.03%
R=44.85%
G=44.12%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442406000.020.750.0458.789.3259.61
HexF4F03C024B43b593c
Octal364360740211347313174
Binary111101001111000011110001010010111001110111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4F03C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4F03C; }

 p { color: rgb(244,240,60); }

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

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

 a { background-color: rgb(244,240,60); }

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

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

 span { border-color: rgb(244,240,60); }

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