#F18561

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

Shades of Crusta #F18561

Tints of Crusta #F18561

Color information

#F18561 (or 0xF18561) is unknown color: approx Crusta. HEX triplet: F1, 85 and 61. RGB value is (241,133,97). Sum of RGB (Red+Green+Blue) = 241+133+97=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F18561 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18561 is #0E7A9E. Grayscale: #A1A1A1. Windows color (decimal): -948895 or 6391281. OLE color: 6391281.

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

Color convert

RGB24113397-
CMYK00.450.600.05
HSL15º83.72%66.27%-
HSV(B)15º59.75%94.51%-
XYZ46.8236.3415.86-
YUV161.1991.78184.93-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.17%
GREEN value IS 133 (52.34% from 255) = 28.24%
BLUE value IS 97 (38.28% from 255) = 20.59%
R=51.17%
G=28.24%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411339700.450.600.051583.7266.27
HexF1856102D3C5f5442
Octal36120514105574517124102
Binary111100011000010111000010101101111100101111110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18561; }

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

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

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

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

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

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

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

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