#F1945C

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

Shades of Crusta #F1945C

Tints of Crusta #F1945C

Color information

#F1945C (or 0xF1945C) is unknown color: approx Crusta. HEX triplet: F1, 94 and 5C. RGB value is (241,148,92). Sum of RGB (Red+Green+Blue) = 241+148+92=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 92 (36.33% from 255 or 19.13% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F1945C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1945C is #0E6BA3. Grayscale: #A9A9A9. Windows color (decimal): -945060 or 6067441. OLE color: 6067441.

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

Color convert

RGB24114892-
CMYK00.390.620.05
HSL22.55º84.18%65.29%-
HSV(B)22.55º61.83%94.51%-
XYZ48.840.6515.4-
YUV169.4284.31179.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.10%
GREEN value IS 148 (58.20% from 255) = 30.77%
BLUE value IS 92 (36.33% from 255) = 19.13%
R=50.10%
G=30.77%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411489200.390.620.0522.5584.1865.29
HexF1945C0273E5175441
Octal36122413404776527124101
Binary1111000110010100101110001001111111101011011110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1945C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1945C; }

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

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

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

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

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

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

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

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