#F1805E

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

Shades of Crusta #F1805E

Tints of Crusta #F1805E

Color information

#F1805E (or 0xF1805E) is unknown color: approx Crusta. HEX triplet: F1, 80 and 5E. RGB value is (241,128,94). Sum of RGB (Red+Green+Blue) = 241+128+94=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F1805E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1805E is #0E7FA1. Grayscale: #9E9E9E. Windows color (decimal): -950178 or 6193393. OLE color: 6193393.

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

Color convert

RGB24112894-
CMYK00.470.610.05
HSL13.88º84%65.69%-
HSV(B)13.88º61%94.51%-
XYZ46.0234.9514.91-
YUV157.9191.94187.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.05%
GREEN value IS 128 (50.39% from 255) = 27.65%
BLUE value IS 94 (37.11% from 255) = 20.30%
R=52.05%
G=27.65%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411289400.470.610.0513.888465.69
HexF1805E02F3D5e5442
Octal36120013605775516124102
Binary111100011000000010111100101111111101101111010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1805E; }

 p { color: rgb(241,128,94); }

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

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

 a { background-color: rgb(241,128,94); }

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

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

 span { border-color: rgb(241,128,94); }

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