#F49152

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

Shades of Crusta #F49152

Tints of Crusta #F49152

Color information

#F49152 (or 0xF49152) is unknown color: approx Crusta. HEX triplet: F4, 91 and 52. RGB value is (244,145,82). Sum of RGB (Red+Green+Blue) = 244+145+82=471 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.80% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 82 (32.42% from 255 or 17.41% from 471); Max value from RGB is 244 - color contains mainly: red. Hex color #F49152 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49152 is #0B6EAD. Grayscale: #A7A7A7. Windows color (decimal): -749230 or 5411316. OLE color: 5411316.

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

Color convert

RGB24414582-
CMYK00.410.660.04
HSL23.33º88.04%63.92%-
HSV(B)23.33º66.39%95.69%-
XYZ48.9640.0913.14-
YUV167.4279.8182.62-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 51.80%
GREEN value IS 145 (57.03% from 255) = 30.79%
BLUE value IS 82 (32.42% from 255) = 17.41%
R=51.80%
G=30.79%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441458200.410.660.0423.3388.0463.92
HexF49152029424175840
Octal364221122051102427130100
Binary11110100100100011010010010100110000101001011110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49152; }

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

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

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

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

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

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

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

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