#F5D83C

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

Shades of Gorse #F5D83C

Tints of Gorse #F5D83C

Color information

#F5D83C (or 0xF5D83C) is unknown color: approx Gorse. HEX triplet: F5, D8 and 3C. RGB value is (245,216,60). Sum of RGB (Red+Green+Blue) = 245+216+60=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 60 (23.83% from 255 or 11.52% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D83C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D83C is #0A27C3. Grayscale: #CFCFCF. Windows color (decimal): -665540 or 3987701. OLE color: 3987701.

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

Color convert

RGB24521660-
CMYK00.120.760.04
HSL50.59º90.24%59.8%-
HSV(B)50.59º75.51%96.08%-
XYZ63.0368.8514.24-
YUV206.8945.11155.18-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.02%
GREEN value IS 216 (84.77% from 255) = 41.46%
BLUE value IS 60 (23.83% from 255) = 11.52%
R=47.02%
G=41.46%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452166000.120.760.0450.5990.2459.8
HexF5D83C0C4C4335a3c
Octal3653307401411446313274
Binary11110101110110001111000110010011001001100111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D83C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D83C; }

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

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

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

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

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

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

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

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