#F19259

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

Shades of Crusta #F19259

Tints of Crusta #F19259

Color information

#F19259 (or 0xF19259) is unknown color: approx Crusta. HEX triplet: F1, 92 and 59. RGB value is (241,146,89). Sum of RGB (Red+Green+Blue) = 241+146+89=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 89 (35.16% from 255 or 18.70% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F19259 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19259 is #0E6DA6. Grayscale: #A8A8A8. Windows color (decimal): -945575 or 5870321. OLE color: 5870321.

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

Color convert

RGB24114689-
CMYK00.390.630.05
HSL22.5º84.44%64.71%-
HSV(B)22.5º63.07%94.51%-
XYZ48.3639.9814.62-
YUV167.9183.47180.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.63%
GREEN value IS 146 (57.42% from 255) = 30.67%
BLUE value IS 89 (35.16% from 255) = 18.70%
R=50.63%
G=30.67%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411468900.390.630.0522.584.4464.71
HexF192590273F5175441
Octal36122213104777527124101
Binary1111000110010010101100101001111111111011011110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19259; }

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

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

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

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

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

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

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

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