#F19255

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

Shades of Crusta #F19255

Tints of Crusta #F19255

Color information

#F19255 (or 0xF19255) is unknown color: approx Crusta. HEX triplet: F1, 92 and 55. RGB value is (241,146,85). Sum of RGB (Red+Green+Blue) = 241+146+85=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 85 (33.59% from 255 or 18.01% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F19255 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19255 is #0E6DAA. Grayscale: #A7A7A7. Windows color (decimal): -945579 or 5608177. OLE color: 5608177.

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

Color convert

RGB24114685-
CMYK00.390.650.05
HSL23.46º84.78%63.92%-
HSV(B)23.46º64.73%94.51%-
XYZ48.1939.9113.76-
YUV167.4581.47180.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.06%
GREEN value IS 146 (57.42% from 255) = 30.93%
BLUE value IS 85 (33.59% from 255) = 18.01%
R=51.06%
G=30.93%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411468500.390.650.0523.4684.7863.92
HexF19255027415175540
Octal361222125047101527125100
Binary11110001100100101010101010011110000011011011110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19255; }

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

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

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

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

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

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

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

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