#F49148

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

Shades of Sea Buckthorn #F49148

Tints of Sea Buckthorn #F49148

Color information

#F49148 (or 0xF49148) is unknown color: approx Sea Buckthorn. HEX triplet: F4, 91 and 48. RGB value is (244,145,72). Sum of RGB (Red+Green+Blue) = 244+145+72=461 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.93% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 72 (28.52% from 255 or 15.62% from 461); Max value from RGB is 244 - color contains mainly: red. Hex color #F49148 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49148 is #0B6EB7. Grayscale: #A6A6A6. Windows color (decimal): -749240 or 4755956. OLE color: 4755956.

HSL color Cylindrical-coordinate representation of color #F49148: hue angle of 25.47º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F49148 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB24414572-
CMYK00.410.700.04
HSL25.47º88.66%61.96%-
HSV(B)25.47º70.49%95.69%-
XYZ48.639.9511.28-
YUV166.2874.8183.44-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 52.93%
GREEN value IS 145 (57.03% from 255) = 31.45%
BLUE value IS 72 (28.52% from 255) = 15.62%
R=52.93%
G=31.45%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441457200.410.700.0425.4788.6661.96
HexF4914802946419593e
Octal36422111005110643113176
Binary1111010010010001100100001010011000110100110011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49148; }

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

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

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

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

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

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

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

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