#F18459

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

Shades of Crusta #F18459

Tints of Crusta #F18459

Color information

#F18459 (or 0xF18459) is unknown color: approx Crusta. HEX triplet: F1, 84 and 59. RGB value is (241,132,89). Sum of RGB (Red+Green+Blue) = 241+132+89=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 89 (35.16% from 255 or 19.26% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F18459 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18459 is #0E7BA6. Grayscale: #9F9F9F. Windows color (decimal): -949159 or 5866737. OLE color: 5866737.

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

Color convert

RGB24113289-
CMYK00.450.630.05
HSL16.97º84.44%64.71%-
HSV(B)16.97º63.07%94.51%-
XYZ46.3335.9213.94-
YUV159.6988.11186-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.16%
GREEN value IS 132 (51.95% from 255) = 28.57%
BLUE value IS 89 (35.16% from 255) = 19.26%
R=52.16%
G=28.57%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411328900.450.630.0516.9784.4464.71
HexF1845902D3F5115441
Octal36120413105577521124101
Binary1111000110000100101100101011011111111011000110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18459; }

 p { color: rgb(241,132,89); }

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

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

 a { background-color: rgb(241,132,89); }

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

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

 span { border-color: rgb(241,132,89); }

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