#F49150

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

Shades of Sea Buckthorn #F49150

Tints of Sea Buckthorn #F49150

Color information

#F49150 (or 0xF49150) is unknown color: approx Sea Buckthorn. HEX triplet: F4, 91 and 50. RGB value is (244,145,80). Sum of RGB (Red+Green+Blue) = 244+145+80=469 (62% of max value = 765). Red value is 244 (95.70% from 255 or 52.03% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 80 (31.64% from 255 or 17.06% from 469); Max value from RGB is 244 - color contains mainly: red. Hex color #F49150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49150 is #0B6EAF. Grayscale: #A7A7A7. Windows color (decimal): -749232 or 5280244. OLE color: 5280244.

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

Color convert

RGB24414580-
CMYK00.410.670.04
HSL23.78º88.17%63.53%-
HSV(B)23.78º67.21%95.69%-
XYZ48.8840.0612.75-
YUV167.1978.8182.79-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 52.03%
GREEN value IS 145 (57.03% from 255) = 30.92%
BLUE value IS 80 (31.64% from 255) = 17.06%
R=52.03%
G=30.92%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441458000.410.670.0423.7888.1763.53
HexF49150029434185840
Octal364221120051103430130100
Binary11110100100100011010000010100110000111001100010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49150; }

 p { color: rgb(244,145,80); }

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

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

 a { background-color: rgb(244,145,80); }

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

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

 span { border-color: rgb(244,145,80); }

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