#F88257

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

Shades of Crusta #F88257

Tints of Crusta #F88257

Color information

#F88257 (or 0xF88257) is unknown color: approx Crusta. HEX triplet: F8, 82 and 57. RGB value is (248,130,87). Sum of RGB (Red+Green+Blue) = 248+130+87=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 87 (34.38% from 255 or 18.71% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F88257 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88257 is #077DA8. Grayscale: #A0A0A0. Windows color (decimal): -490921 or 5735160. OLE color: 5735160.

HSL color Cylindrical-coordinate representation of color #F88257: hue angle of 16.02º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F88257 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.03.

Color convert

RGB24813087-
CMYK00.480.650.03
HSL16.02º92%65.69%-
HSV(B)16.02º64.92%97.25%-
XYZ48.4136.6113.53-
YUV160.3886.59190.5-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 53.33%
GREEN value IS 130 (51.17% from 255) = 27.96%
BLUE value IS 87 (34.38% from 255) = 18.71%
R=53.33%
G=27.96%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481308700.480.650.0316.029265.69
HexF88257030413105c42
Octal370202127060101320134102
Binary1111100010000010101011101100001000001111000010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88257; }

 p { color: rgb(248,130,87); }

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

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

 a { background-color: rgb(248,130,87); }

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

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

 span { border-color: rgb(248,130,87); }

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