#F5D836

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

Shades of Gorse #F5D836

Tints of Gorse #F5D836

Color information

#F5D836 (or 0xF5D836) is unknown color: approx Gorse. HEX triplet: F5, D8 and 36. RGB value is (245,216,54). Sum of RGB (Red+Green+Blue) = 245+216+54=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 54 (21.48% from 255 or 10.49% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D836 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D836 is #0A27C9. Grayscale: #CECECE. Windows color (decimal): -665546 or 3594485. OLE color: 3594485.

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

Color convert

RGB24521654-
CMYK00.120.780.04
HSL50.89º90.52%58.63%-
HSV(B)50.89º77.96%96.08%-
XYZ62.8868.7913.45-
YUV206.242.11155.67-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.57%
GREEN value IS 216 (84.77% from 255) = 41.94%
BLUE value IS 54 (21.48% from 255) = 10.49%
R=47.57%
G=41.94%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.78
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452165400.120.780.0450.8990.5258.63
HexF5D8360C4E4335b3b
Octal3653306601411646313373
Binary11110101110110001101100110010011101001100111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D836; }

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

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

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

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

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

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

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

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