#F5E438

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

Shades of Gorse #F5E438

Tints of Gorse #F5E438

Color information

#F5E438 (or 0xF5E438) is unknown color: approx Gorse. HEX triplet: F5, E4 and 38. RGB value is (245,228,56). Sum of RGB (Red+Green+Blue) = 245+228+56=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 228 (89.45% from 255 or 43.10% from 529); Blue value is 56 (22.27% from 255 or 10.59% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E438 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E438 is #0A1BC7. Grayscale: #D6D6D6. Windows color (decimal): -662472 or 3728629. OLE color: 3728629.

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

Color convert

RGB24522856-
CMYK00.070.770.04
HSL54.6º90.43%59.02%-
HSV(B)54.6º77.14%96.08%-
XYZ66.1175.1814.77-
YUV213.4739.13150.49-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.31%
GREEN value IS 228 (89.45% from 255) = 43.10%
BLUE value IS 56 (22.27% from 255) = 10.59%
R=46.31%
G=43.10%
B=10.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.77
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452285600.070.770.0454.690.4359.02
HexF5E438074D4375a3b
Octal365344700711546713273
Binary1111010111100100111000011110011011001101111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E438; }

 p { color: rgb(245,228,56); }

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

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

 a { background-color: rgb(245,228,56); }

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

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

 span { border-color: rgb(245,228,56); }

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