#F28257

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

Shades of Crusta #F28257

Tints of Crusta #F28257

Color information

#F28257 (or 0xF28257) is unknown color: approx Crusta. HEX triplet: F2, 82 and 57. RGB value is (242,130,87). Sum of RGB (Red+Green+Blue) = 242+130+87=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 87 (34.38% from 255 or 18.95% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F28257 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28257 is #0D7DA8. Grayscale: #9E9E9E. Windows color (decimal): -884137 or 5735154. OLE color: 5735154.

HSL color Cylindrical-coordinate representation of color #F28257: hue angle of 16.65º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F28257 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB24213087-
CMYK00.460.640.05
HSL16.65º85.64%64.51%-
HSV(B)16.65º64.05%94.9%-
XYZ46.3235.5313.43-
YUV158.5987.61187.5-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.72%
GREEN value IS 130 (51.17% from 255) = 28.32%
BLUE value IS 87 (34.38% from 255) = 18.95%
R=52.72%
G=28.32%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421308700.460.640.0516.6585.6464.51
HexF2825702E405115641
Octal362202127056100521126101
Binary11110010100000101010111010111010000001011000110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28257; }

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

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

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

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

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

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

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

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