#F18856

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

Shades of Crusta #F18856

Tints of Crusta #F18856

Color information

#F18856 (or 0xF18856) is unknown color: approx Crusta. HEX triplet: F1, 88 and 56. RGB value is (241,136,86). Sum of RGB (Red+Green+Blue) = 241+136+86=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 86 (33.98% from 255 or 18.57% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F18856 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18856 is #0E77A9. Grayscale: #A2A2A2. Windows color (decimal): -948138 or 5671153. OLE color: 5671153.

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

Color convert

RGB24113686-
CMYK00.440.640.05
HSL19.35º84.7%64.12%-
HSV(B)19.35º64.32%94.51%-
XYZ46.7636.9813.48-
YUV161.785.29184.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.05%
GREEN value IS 136 (53.52% from 255) = 29.37%
BLUE value IS 86 (33.98% from 255) = 18.57%
R=52.05%
G=29.37%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411368600.440.640.0519.3584.764.12
HexF1885602C405135540
Octal361210126054100523125100
Binary11110001100010001010110010110010000001011001110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18856; }

 p { color: rgb(241,136,86); }

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

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

 a { background-color: rgb(241,136,86); }

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

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

 span { border-color: rgb(241,136,86); }

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