#F0964A

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

Shades of Sea Buckthorn #F0964A

Tints of Sea Buckthorn #F0964A

Color information

#F0964A (or 0xF0964A) is unknown color: approx Sea Buckthorn. HEX triplet: F0, 96 and 4A. RGB value is (240,150,74). Sum of RGB (Red+Green+Blue) = 240+150+74=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0964A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0964A is #0F69B5. Grayscale: #A8A8A8. Windows color (decimal): -1010102 or 4888304. OLE color: 4888304.

HSL color Cylindrical-coordinate representation of color #F0964A: hue angle of 27.47º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0964A is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB24015074-
CMYK00.370.690.06
HSL27.47º84.69%61.57%-
HSV(B)27.47º69.17%94.12%-
XYZ48.0840.8311.83-
YUV168.2574.82179.18-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.72%
GREEN value IS 150 (58.98% from 255) = 32.33%
BLUE value IS 74 (29.30% from 255) = 15.95%
R=51.72%
G=32.33%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401507400.370.690.0627.4784.6961.57
HexF0964A0254561b553e
Octal36022611204510563312576
Binary1111000010010110100101001001011000101110110111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0964A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0964A; }

 p { color: rgb(240,150,74); }

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

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

 a { background-color: rgb(240,150,74); }

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

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

 span { border-color: rgb(240,150,74); }

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