#F88A48

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

Shades of Crusta #F88A48

Tints of Crusta #F88A48

Color information

#F88A48 (or 0xF88A48) is unknown color: approx Crusta. HEX triplet: F8, 8A and 48. RGB value is (248,138,72). Sum of RGB (Red+Green+Blue) = 248+138+72=458 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.15% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 72 (28.52% from 255 or 15.72% from 458); Max value from RGB is 248 - color contains mainly: red. Hex color #F88A48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F88A48 is #0775B7. Grayscale: #A3A3A3. Windows color (decimal): -488888 or 4754168. OLE color: 4754168.

HSL color Cylindrical-coordinate representation of color #F88A48: hue angle of 22.5º 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 #F88A48 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB24813872-
CMYK00.440.710.03
HSL22.5º92.63%62.75%-
HSV(B)22.5º70.97%97.25%-
XYZ48.9738.611-
YUV163.3776.44188.37-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 54.15%
GREEN value IS 138 (54.30% from 255) = 30.13%
BLUE value IS 72 (28.52% from 255) = 15.72%
R=54.15%
G=30.13%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.71
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481387200.440.710.0322.592.6362.75
HexF88A4802C473175d3f
Octal37021211005410732713577
Binary111110001000101010010000101100100011111101111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88A48; }

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

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

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

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

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

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

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

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