#F49048

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

Shades of Sea Buckthorn #F49048

Tints of Sea Buckthorn #F49048

Color information

#F49048 (or 0xF49048) is unknown color: approx Sea Buckthorn. HEX triplet: F4, 90 and 48. RGB value is (244,144,72). Sum of RGB (Red+Green+Blue) = 244+144+72=460 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.04% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 72 (28.52% from 255 or 15.65% from 460); Max value from RGB is 244 - color contains mainly: red. Hex color #F49048 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49048 is #0B6FB7. Grayscale: #A6A6A6. Windows color (decimal): -749496 or 4755700. OLE color: 4755700.

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

Color convert

RGB24414472-
CMYK00.410.700.04
HSL25.12º88.66%61.96%-
HSV(B)25.12º70.49%95.69%-
XYZ48.4539.6511.23-
YUV165.6975.13183.85-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 53.04%
GREEN value IS 144 (56.64% from 255) = 31.30%
BLUE value IS 72 (28.52% from 255) = 15.65%
R=53.04%
G=31.30%
B=15.65%

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
Decimal2441447200.410.700.0425.1288.6661.96
HexF4904802946419593e
Octal36422011005110643113176
Binary1111010010010000100100001010011000110100110011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49048; }

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

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

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

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

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

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

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

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