#F17D60

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

Shades of Crusta #F17D60

Tints of Crusta #F17D60

Color information

#F17D60 (or 0xF17D60) is unknown color: approx Crusta. HEX triplet: F1, 7D and 60. RGB value is (241,125,96). Sum of RGB (Red+Green+Blue) = 241+125+96=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 96 (37.89% from 255 or 20.78% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F17D60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17D60 is #0E829F. Grayscale: #9C9C9C. Windows color (decimal): -950944 or 6323697. OLE color: 6323697.

HSL color Cylindrical-coordinate representation of color #F17D60: hue angle of 12º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F17D60 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24112596-
CMYK00.480.600.05
HSL12º83.82%66.08%-
HSV(B)12º60.17%94.51%-
XYZ45.7234.2115.26-
YUV156.3893.93188.36-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.16%
GREEN value IS 125 (49.22% from 255) = 27.06%
BLUE value IS 96 (37.89% from 255) = 20.78%
R=52.16%
G=27.06%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411259600.480.600.051283.8266.08
HexF17D600303C5c5442
Octal36117514006074514124102
Binary11110001111110111000000110000111100101110010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17D60; }

 p { color: rgb(241,125,96); }

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

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

 a { background-color: rgb(241,125,96); }

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

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

 span { border-color: rgb(241,125,96); }

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