#F17F4F

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

Shades of Crusta #F17F4F

Tints of Crusta #F17F4F

Color information

#F17F4F (or 0xF17F4F) is unknown color: approx Crusta. HEX triplet: F1, 7F and 4F. RGB value is (241,127,79). Sum of RGB (Red+Green+Blue) = 241+127+79=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 79 (31.25% from 255 or 17.67% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17F4F is #0E80B0. Grayscale: #9B9B9B. Windows color (decimal): -950449 or 5210097. OLE color: 5210097.

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

Color convert

RGB24112779-
CMYK00.470.670.05
HSL17.78º85.26%62.75%-
HSV(B)17.78º67.22%94.51%-
XYZ45.2834.4411.66-
YUV155.6184.77188.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.91%
GREEN value IS 127 (50% from 255) = 28.41%
BLUE value IS 79 (31.25% from 255) = 17.67%
R=53.91%
G=28.41%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411277900.470.670.0517.7885.2662.75
HexF17F4F02F43512553f
Octal36117711705710352212577
Binary111100011111111100111101011111000011101100101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17F4F; }

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

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

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

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

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

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

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

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