#F6914F

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

Shades of Sea Buckthorn #F6914F

Tints of Sea Buckthorn #F6914F

Color information

#F6914F (or 0xF6914F) is unknown color: approx Sea Buckthorn. HEX triplet: F6, 91 and 4F. RGB value is (246,145,79). Sum of RGB (Red+Green+Blue) = 246+145+79=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 79 (31.25% from 255 or 16.81% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F6914F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6914F is #096EB0. Grayscale: #A8A8A8. Windows color (decimal): -618161 or 5214710. OLE color: 5214710.

HSL color Cylindrical-coordinate representation of color #F6914F: hue angle of 23.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 #F6914F is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB24614579-
CMYK00.410.680.04
HSL23.71º90.27%63.73%-
HSV(B)23.71º67.89%96.47%-
XYZ49.5440.4112.59-
YUV167.6877.96183.87-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 52.34%
GREEN value IS 145 (57.03% from 255) = 30.85%
BLUE value IS 79 (31.25% from 255) = 16.81%
R=52.34%
G=30.85%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461457900.410.680.0423.7190.2763.73
HexF6914F029444185a40
Octal366221117051104430132100
Binary11110110100100011001111010100110001001001100010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6914F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6914F; }

 p { color: rgb(246,145,79); }

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

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

 a { background-color: rgb(246,145,79); }

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

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

 span { border-color: rgb(246,145,79); }

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