#F5E23C

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

Shades of Gorse #F5E23C

Tints of Gorse #F5E23C

Color information

#F5E23C (or 0xF5E23C) is unknown color: approx Gorse. HEX triplet: F5, E2 and 3C. RGB value is (245,226,60). Sum of RGB (Red+Green+Blue) = 245+226+60=531 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.14% from 531); Green value is 226 (88.67% from 255 or 42.56% from 531); Blue value is 60 (23.83% from 255 or 11.30% from 531); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E23C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E23C is #0A1DC3. Grayscale: #D5D5D5. Windows color (decimal): -662980 or 3990261. OLE color: 3990261.

HSL color Cylindrical-coordinate representation of color #F5E23C: hue angle of 53.84º 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 #F5E23C is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB24522660-
CMYK00.080.760.04
HSL53.84º90.24%59.8%-
HSV(B)53.84º75.51%96.08%-
XYZ65.6774.1315.12-
YUV212.7641.79151-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.14%
GREEN value IS 226 (88.67% from 255) = 42.56%
BLUE value IS 60 (23.83% from 255) = 11.30%
R=46.14%
G=42.56%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452266000.080.760.0453.8490.2459.8
HexF5E23C084C4365a3c
Octal3653427401011446613274
Binary11110101111000101111000100010011001001101101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E23C; }

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

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

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

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

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

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

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

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