#F5E03C

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

Shades of Gorse #F5E03C

Tints of Gorse #F5E03C

Color information

#F5E03C (or 0xF5E03C) is unknown color: approx Gorse. HEX triplet: F5, E0 and 3C. RGB value is (245,224,60). Sum of RGB (Red+Green+Blue) = 245+224+60=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 60 (23.83% from 255 or 11.34% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E03C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E03C is #0A1FC3. Grayscale: #D4D4D4. Windows color (decimal): -663492 or 3989749. OLE color: 3989749.

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

Color convert

RGB24522460-
CMYK00.090.760.04
HSL53.19º90.24%59.8%-
HSV(B)53.19º75.51%96.08%-
XYZ65.1373.0514.94-
YUV211.5842.46151.84-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.31%
GREEN value IS 224 (87.89% from 255) = 42.34%
BLUE value IS 60 (23.83% from 255) = 11.34%
R=46.31%
G=42.34%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452246000.090.760.0453.1990.2459.8
HexF5E03C094C4355a3c
Octal3653407401111446513274
Binary11110101111000001111000100110011001001101011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E03C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E03C; }

 p { color: rgb(245,224,60); }

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

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

 a { background-color: rgb(245,224,60); }

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

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

 span { border-color: rgb(245,224,60); }

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