#F17F52

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

Shades of Crusta #F17F52

Tints of Crusta #F17F52

Color information

#F17F52 (or 0xF17F52) is unknown color: approx Crusta. HEX triplet: F1, 7F and 52. RGB value is (241,127,82). Sum of RGB (Red+Green+Blue) = 241+127+82=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17F52 is #0E80AD. Grayscale: #9C9C9C. Windows color (decimal): -950446 or 5406705. OLE color: 5406705.

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

Color convert

RGB24112782-
CMYK00.470.660.05
HSL16.98º85.03%63.33%-
HSV(B)16.98º65.98%94.51%-
XYZ45.3934.4912.25-
YUV155.9686.27188.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.56%
GREEN value IS 127 (50% from 255) = 28.22%
BLUE value IS 82 (32.42% from 255) = 18.22%
R=53.56%
G=28.22%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411278200.470.660.0516.9885.0363.33
HexF17F5202F42511553f
Octal36117712205710252112577
Binary111100011111111101001001011111000010101100011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17F52; }

 p { color: rgb(241,127,82); }

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

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

 a { background-color: rgb(241,127,82); }

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

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

 span { border-color: rgb(241,127,82); }

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