#F49442

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

Shades of Sea Buckthorn #F49442

Tints of Sea Buckthorn #F49442

Color information

#F49442 (or 0xF49442) is unknown color: approx Sea Buckthorn. HEX triplet: F4, 94 and 42. RGB value is (244,148,66). Sum of RGB (Red+Green+Blue) = 244+148+66=458 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.28% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 66 (26.17% from 255 or 14.41% from 458); Max value from RGB is 244 - color contains mainly: red. Hex color #F49442 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49442 is #0B6BBD. Grayscale: #A7A7A7. Windows color (decimal): -748478 or 4363508. OLE color: 4363508.

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

Color convert

RGB24414866-
CMYK00.390.730.04
HSL27.64º89%60.78%-
HSV(B)27.64º72.95%95.69%-
XYZ48.8840.8110.45-
YUV167.3670.8182.67-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 53.28%
GREEN value IS 148 (58.20% from 255) = 32.31%
BLUE value IS 66 (26.17% from 255) = 14.41%
R=53.28%
G=32.31%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.73
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441486600.390.730.0427.648960.78
HexF494420274941c593d
Octal36422410204711143413175
Binary1111010010010100100001001001111001001100111001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49442; }

 p { color: rgb(244,148,66); }

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

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

 a { background-color: rgb(244,148,66); }

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

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

 span { border-color: rgb(244,148,66); }

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