#F19159

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

Shades of Crusta #F19159

Tints of Crusta #F19159

Color information

#F19159 (or 0xF19159) is unknown color: approx Crusta. HEX triplet: F1, 91 and 59. RGB value is (241,145,89). Sum of RGB (Red+Green+Blue) = 241+145+89=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 89 (35.16% from 255 or 18.74% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F19159 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19159 is #0E6EA6. Grayscale: #A7A7A7. Windows color (decimal): -945831 or 5870065. OLE color: 5870065.

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

Color convert

RGB24114589-
CMYK00.400.630.05
HSL22.11º84.44%64.71%-
HSV(B)22.11º63.07%94.51%-
XYZ48.239.6714.57-
YUV167.3283.8180.55-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.74%
GREEN value IS 145 (57.03% from 255) = 30.53%
BLUE value IS 89 (35.16% from 255) = 18.74%
R=50.74%
G=30.53%
B=18.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411458900.400.630.0522.1184.4464.71
HexF191590283F5165441
Octal36122113105077526124101
Binary1111000110010001101100101010001111111011011010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19159; }

 p { color: rgb(241,145,89); }

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

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

 a { background-color: rgb(241,145,89); }

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

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

 span { border-color: rgb(241,145,89); }

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