#F18962

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

Shades of Crusta #F18962

Tints of Crusta #F18962

Color information

#F18962 (or 0xF18962) is unknown color: approx Crusta. HEX triplet: F1, 89 and 62. RGB value is (241,137,98). Sum of RGB (Red+Green+Blue) = 241+137+98=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 98 (38.67% from 255 or 20.59% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F18962 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18962 is #0E769D. Grayscale: #A3A3A3. Windows color (decimal): -947870 or 6457841. OLE color: 6457841.

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

Color convert

RGB24113798-
CMYK00.430.590.05
HSL16.36º83.63%66.47%-
HSV(B)16.36º59.34%94.51%-
XYZ47.4337.4716.29-
YUV163.6590.96183.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.63%
GREEN value IS 137 (53.91% from 255) = 28.78%
BLUE value IS 98 (38.67% from 255) = 20.59%
R=50.63%
G=28.78%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411379800.430.590.0516.3683.6366.47
HexF1896202B3B5105442
Octal36121114205373520124102
Binary1111000110001001110001001010111110111011000010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18962; }

 p { color: rgb(241,137,98); }

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

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

 a { background-color: rgb(241,137,98); }

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

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

 span { border-color: rgb(241,137,98); }

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