#f48d42

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

Shades of Sea Buckthorn #F48D42

Tints of Sea Buckthorn #F48D42

Color information

#F48D42 (or 0xF48D42) is unknown color: approx Sea Buckthorn. HEX triplet: F4, 8D and 42. RGB value is (244,141,66). Sum of RGB (Red+Green+Blue) = 244+141+66=451 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.10% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 66 (26.17% from 255 or 14.63% from 451); Max value from RGB is 244 - color contains mainly: red. Hex color #F48D42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48D42 is #0B72BD. Grayscale: #A3A3A3. Windows color (decimal): -750270 or 4361716. OLE color: 4361716.

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

Color convert

RGB24414166-
CMYK00.420.730.04
HSL25.28º89%60.78%-
HSV(B)25.28º72.95%95.69%-
XYZ47.8238.6810.1-
YUV163.2573.12185.6-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 54.10%
GREEN value IS 141 (55.47% from 255) = 31.26%
BLUE value IS 66 (26.17% from 255) = 14.63%
R=54.10%
G=31.26%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.73
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441416600.420.730.0425.288960.78
HexF48D4202A49419593d
Octal36421510205211143113175
Binary1111010010001101100001001010101001001100110011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f48d42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f48d42; }

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

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

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

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

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

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

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

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