#F48053

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

Shades of Crusta #F48053

Tints of Crusta #F48053

Color information

#F48053 (or 0xF48053) is unknown color: approx Crusta. HEX triplet: F4, 80 and 53. RGB value is (244,128,83). Sum of RGB (Red+Green+Blue) = 244+128+83=455 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.63% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 83 (32.81% from 255 or 18.24% from 455); Max value from RGB is 244 - color contains mainly: red. Hex color #F48053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48053 is #0B7FAC. Grayscale: #9D9D9D. Windows color (decimal): -753581 or 5472500. OLE color: 5472500.

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

Color convert

RGB24412883-
CMYK00.480.660.04
HSL16.77º87.98%64.12%-
HSV(B)16.77º65.98%95.69%-
XYZ46.5935.312.54-
YUV157.5585.93189.66-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 53.63%
GREEN value IS 128 (50.39% from 255) = 28.13%
BLUE value IS 83 (32.81% from 255) = 18.24%
R=53.63%
G=28.13%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441288300.480.660.0416.7787.9864.12
HexF48053030424115840
Octal364200123060102421130100
Binary11110100100000001010011011000010000101001000110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48053; }

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

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

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

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

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

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

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

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