#F48152

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

Shades of Crusta #F48152

Tints of Crusta #F48152

Color information

#F48152 (or 0xF48152) is unknown color: approx Crusta. HEX triplet: F4, 81 and 52. RGB value is (244,129,82). Sum of RGB (Red+Green+Blue) = 244+129+82=455 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.63% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 82 (32.42% from 255 or 18.02% from 455); Max value from RGB is 244 - color contains mainly: red. Hex color #F48152 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48152 is #0B7EAD. Grayscale: #9E9E9E. Windows color (decimal): -753326 or 5407220. OLE color: 5407220.

HSL color Cylindrical-coordinate representation of color #F48152: hue angle of 17.41º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F48152 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.04.

Color convert

RGB24412982-
CMYK00.470.660.04
HSL17.41º88.04%63.92%-
HSV(B)17.41º66.39%95.69%-
XYZ46.6835.5412.38-
YUV158.0385.1189.32-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 53.63%
GREEN value IS 129 (50.78% from 255) = 28.35%
BLUE value IS 82 (32.42% from 255) = 18.02%
R=53.63%
G=28.35%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.66
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441298200.470.660.0417.4188.0463.92
HexF4815202F424115840
Octal364201122057102421130100
Binary11110100100000011010010010111110000101001000110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48152; }

 p { color: rgb(244,129,82); }

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

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

 a { background-color: rgb(244,129,82); }

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

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

 span { border-color: rgb(244,129,82); }

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