#f18658

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

Shades of Crusta #F18658

Tints of Crusta #F18658

Color information

#F18658 (or 0xF18658) is unknown color: approx Crusta. HEX triplet: F1, 86 and 58. RGB value is (241,134,88). Sum of RGB (Red+Green+Blue) = 241+134+88=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 88 (34.77% from 255 or 19.01% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F18658 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18658 is #0E79A7. Grayscale: #A1A1A1. Windows color (decimal): -948648 or 5801713. OLE color: 5801713.

HSL color Cylindrical-coordinate representation of color #F18658: hue angle of 18.04º degrees, saturation: 0.85, 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 #F18658 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB24113488-
CMYK00.440.630.05
HSL18.04º84.53%64.51%-
HSV(B)18.04º63.49%94.51%-
XYZ46.5636.4613.82-
YUV160.7586.95185.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.05%
GREEN value IS 134 (52.73% from 255) = 28.94%
BLUE value IS 88 (34.77% from 255) = 19.01%
R=52.05%
G=28.94%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411348800.440.630.0518.0484.5364.51
HexF1865802C3F5125541
Octal36120613005477522125101
Binary1111000110000110101100001011001111111011001010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f18658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f18658; }

 p { color: rgb(241,134,88); }

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

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

 a { background-color: rgb(241,134,88); }

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

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

 span { border-color: rgb(241,134,88); }

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