#F18550

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

Shades of Crusta #F18550

Tints of Crusta #F18550

Color information

#F18550 (or 0xF18550) is unknown color: approx Crusta. HEX triplet: F1, 85 and 50. RGB value is (241,133,80). Sum of RGB (Red+Green+Blue) = 241+133+80=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 80 (31.64% from 255 or 17.62% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F18550 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18550 is #0E7AAF. Grayscale: #9F9F9F. Windows color (decimal): -948912 or 5277169. OLE color: 5277169.

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

Color convert

RGB24113380-
CMYK00.450.670.05
HSL19.75º85.19%62.94%-
HSV(B)19.75º66.8%94.51%-
XYZ46.1136.0612.12-
YUV159.2583.28186.31-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.08%
GREEN value IS 133 (52.34% from 255) = 29.30%
BLUE value IS 80 (31.64% from 255) = 17.62%
R=53.08%
G=29.30%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411338000.450.670.0519.7585.1962.94
HexF1855002D43514553f
Octal36120512005510352412577
Binary1111000110000101101000001011011000011101101001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18550; }

 p { color: rgb(241,133,80); }

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

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

 a { background-color: rgb(241,133,80); }

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

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

 span { border-color: rgb(241,133,80); }

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