#F5974D

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

Shades of Sea Buckthorn #F5974D

Tints of Sea Buckthorn #F5974D

Color information

#F5974D (or 0xF5974D) is unknown color: approx Sea Buckthorn. HEX triplet: F5, 97 and 4D. RGB value is (245,151,77). Sum of RGB (Red+Green+Blue) = 245+151+77=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 77 (30.47% from 255 or 16.28% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F5974D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5974D is #0A68B2. Grayscale: #ABABAB. Windows color (decimal): -682163 or 5085173. OLE color: 5085173.

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

Color convert

RGB24515177-
CMYK00.380.690.04
HSL26.43º89.36%63.14%-
HSV(B)26.43º68.57%96.08%-
XYZ50.0642.0812.51-
YUV170.6775.14181.02-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.80%
GREEN value IS 151 (59.38% from 255) = 31.92%
BLUE value IS 77 (30.47% from 255) = 16.28%
R=51.80%
G=31.92%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451517700.380.690.0426.4389.3663.14
HexF5974D0264541a593f
Octal36522711504610543213177
Binary1111010110010111100110101001101000101100110101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5974D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5974D; }

 p { color: rgb(245,151,77); }

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

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

 a { background-color: rgb(245,151,77); }

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

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

 span { border-color: rgb(245,151,77); }

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