#F59650

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

Shades of Sea Buckthorn #F59650

Tints of Sea Buckthorn #F59650

Color information

#F59650 (or 0xF59650) is unknown color: approx Sea Buckthorn. HEX triplet: F5, 96 and 50. RGB value is (245,150,80). Sum of RGB (Red+Green+Blue) = 245+150+80=475 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.58% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 80 (31.64% from 255 or 16.84% from 475); Max value from RGB is 245 - color contains mainly: red. Hex color #F59650 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59650 is #0A69AF. Grayscale: #AAAAAA. Windows color (decimal): -682416 or 5281525. OLE color: 5281525.

HSL color Cylindrical-coordinate representation of color #F59650: hue angle of 25.45º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F59650 is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB24515080-
CMYK00.390.670.04
HSL25.45º89.19%63.73%-
HSV(B)25.45º67.35%96.08%-
XYZ50.0141.813.02-
YUV170.4276.97181.19-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.58%
GREEN value IS 150 (58.98% from 255) = 31.58%
BLUE value IS 80 (31.64% from 255) = 16.84%
R=51.58%
G=31.58%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451508000.390.670.0425.4589.1963.73
HexF59650027434195940
Octal365226120047103431131100
Binary11110101100101101010000010011110000111001100110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59650; }

 p { color: rgb(245,150,80); }

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

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

 a { background-color: rgb(245,150,80); }

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

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

 span { border-color: rgb(245,150,80); }

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