#F6964E

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

Shades of Sea Buckthorn #F6964E

Tints of Sea Buckthorn #F6964E

Color information

#F6964E (or 0xF6964E) is unknown color: approx Sea Buckthorn. HEX triplet: F6, 96 and 4E. RGB value is (246,150,78). Sum of RGB (Red+Green+Blue) = 246+150+78=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 78 (30.86% from 255 or 16.46% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F6964E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6964E is #0969B1. Grayscale: #AAAAAA. Windows color (decimal): -616882 or 5150454. OLE color: 5150454.

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

Color convert

RGB24615078-
CMYK00.390.680.04
HSL25.71º90.32%63.53%-
HSV(B)25.71º68.29%96.47%-
XYZ50.2941.9612.66-
YUV170.575.8181.85-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.90%
GREEN value IS 150 (58.98% from 255) = 31.65%
BLUE value IS 78 (30.86% from 255) = 16.46%
R=51.90%
G=31.65%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461507800.390.680.0425.7190.3263.53
HexF6964E0274441a5a40
Octal366226116047104432132100
Binary11110110100101101001110010011110001001001101010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6964E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6964E; }

 p { color: rgb(246,150,78); }

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

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

 a { background-color: rgb(246,150,78); }

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

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

 span { border-color: rgb(246,150,78); }

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