#F1914F

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

Shades of Sea Buckthorn #F1914F

Tints of Sea Buckthorn #F1914F

Color information

#F1914F (or 0xF1914F) is unknown color: approx Sea Buckthorn. HEX triplet: F1, 91 and 4F. RGB value is (241,145,79). Sum of RGB (Red+Green+Blue) = 241+145+79=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 79 (31.25% from 255 or 16.99% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F1914F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1914F is #0E6EB0. Grayscale: #A6A6A6. Windows color (decimal): -945841 or 5214705. OLE color: 5214705.

HSL color Cylindrical-coordinate representation of color #F1914F: hue angle of 24.44º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F1914F is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB24114579-
CMYK00.400.670.05
HSL24.44º85.26%62.75%-
HSV(B)24.44º67.22%94.51%-
XYZ47.8139.5212.5-
YUV166.1878.8181.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.83%
GREEN value IS 145 (57.03% from 255) = 31.18%
BLUE value IS 79 (31.25% from 255) = 16.99%
R=51.83%
G=31.18%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411457900.400.670.0524.4485.2662.75
HexF1914F02843518553f
Octal36122111705010353012577
Binary1111000110010001100111101010001000011101110001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1914F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1914F; }

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

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

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

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

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

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

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

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