#F88448

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

Shades of Crusta #F88448

Tints of Crusta #F88448

Color information

#F88448 (or 0xF88448) is unknown color: approx Crusta. HEX triplet: F8, 84 and 48. RGB value is (248,132,72). Sum of RGB (Red+Green+Blue) = 248+132+72=452 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.87% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 72 (28.52% from 255 or 15.93% from 452); Max value from RGB is 248 - color contains mainly: red. Hex color #F88448 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F88448 is #077BB7. Grayscale: #A0A0A0. Windows color (decimal): -490424 or 4752632. OLE color: 4752632.

HSL color Cylindrical-coordinate representation of color #F88448: hue angle of 20.45º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F88448 is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB24813272-
CMYK00.470.710.03
HSL20.45º92.63%62.75%-
HSV(B)20.45º70.97%97.25%-
XYZ48.1336.9310.72-
YUV159.8478.43190.88-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 54.87%
GREEN value IS 132 (51.95% from 255) = 29.20%
BLUE value IS 72 (28.52% from 255) = 15.93%
R=54.87%
G=29.20%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.71
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481327200.470.710.0320.4592.6362.75
HexF8844802F473145d3f
Octal37020411005710732413577
Binary111110001000010010010000101111100011111101001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88448; }

 p { color: rgb(248,132,72); }

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

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

 a { background-color: rgb(248,132,72); }

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

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

 span { border-color: rgb(248,132,72); }

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