#f48050

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

Shades of Crusta #F48050

Tints of Crusta #F48050

Color information

#F48050 (or 0xF48050) is unknown color: approx Crusta. HEX triplet: F4, 80 and 50. RGB value is (244,128,80). Sum of RGB (Red+Green+Blue) = 244+128+80=452 (59% of max value = 765). Red value is 244 (95.70% from 255 or 53.98% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 80 (31.64% from 255 or 17.70% from 452); Max value from RGB is 244 - color contains mainly: red. Hex color #F48050 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48050 is #0B7FAF. Grayscale: #9D9D9D. Windows color (decimal): -753584 or 5275892. OLE color: 5275892.

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

Color convert

RGB24412880-
CMYK00.480.670.04
HSL17.56º88.17%63.53%-
HSV(B)17.56º67.21%95.69%-
XYZ46.4835.2511.94-
YUV157.2184.43189.9-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 53.98%
GREEN value IS 128 (50.39% from 255) = 28.32%
BLUE value IS 80 (31.64% from 255) = 17.70%
R=53.98%
G=28.32%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441288000.480.670.0417.5688.1763.53
HexF48050030434125840
Octal364200120060103422130100
Binary11110100100000001010000011000010000111001001010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f48050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f48050; }

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

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

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

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

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

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

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

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