#F5D936

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

Shades of Gorse #F5D936

Tints of Gorse #F5D936

Color information

#F5D936 (or 0xF5D936) is unknown color: approx Gorse. HEX triplet: F5, D9 and 36. RGB value is (245,217,54). Sum of RGB (Red+Green+Blue) = 245+217+54=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 54 (21.48% from 255 or 10.47% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D936 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D936 is #0A26C9. Grayscale: #CFCFCF. Windows color (decimal): -665290 or 3594741. OLE color: 3594741.

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

Color convert

RGB24521754-
CMYK00.110.780.04
HSL51.2º90.52%58.63%-
HSV(B)51.2º77.96%96.08%-
XYZ63.1369.313.54-
YUV206.7941.78155.25-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.48%
GREEN value IS 217 (85.16% from 255) = 42.05%
BLUE value IS 54 (21.48% from 255) = 10.47%
R=47.48%
G=42.05%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.78
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452175400.110.780.0451.290.5258.63
HexF5D9360B4E4335b3b
Octal3653316601311646313373
Binary11110101110110011101100101110011101001100111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D936; }

 p { color: rgb(245,217,54); }

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

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

 a { background-color: rgb(245,217,54); }

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

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

 span { border-color: rgb(245,217,54); }

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