#F1915C

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

Shades of Crusta #F1915C

Tints of Crusta #F1915C

Color information

#F1915C (or 0xF1915C) is unknown color: approx Crusta. HEX triplet: F1, 91 and 5C. RGB value is (241,145,92). Sum of RGB (Red+Green+Blue) = 241+145+92=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F1915C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1915C is #0E6EA3. Grayscale: #A7A7A7. Windows color (decimal): -945828 or 6066673. OLE color: 6066673.

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

Color convert

RGB24114592-
CMYK00.400.620.05
HSL21.34º84.18%65.29%-
HSV(B)21.34º61.83%94.51%-
XYZ48.3339.7215.25-
YUV167.6685.3180.31-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.42%
GREEN value IS 145 (57.03% from 255) = 30.33%
BLUE value IS 92 (36.33% from 255) = 19.25%
R=50.42%
G=30.33%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411459200.400.620.0521.3484.1865.29
HexF1915C0283E5155441
Octal36122113405076525124101
Binary1111000110010001101110001010001111101011010110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1915C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1915C; }

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

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

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

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

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

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

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

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