#f47f5e

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

Shades of Crusta #F47F5E

Tints of Crusta #F47F5E

Color information

#F47F5E (or 0xF47F5E) is unknown color: approx Crusta. HEX triplet: F4, 7F and 5E. RGB value is (244,127,94). Sum of RGB (Red+Green+Blue) = 244+127+94=465 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.47% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 244 - color contains mainly: red. Hex color #F47F5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47F5E is #0B80A1. Grayscale: #9E9E9E. Windows color (decimal): -753826 or 6193140. OLE color: 6193140.

HSL color Cylindrical-coordinate representation of color #F47F5E: hue angle of 13.2º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F47F5E is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB24412794-
CMYK00.480.610.04
HSL13.2º87.21%66.27%-
HSV(B)13.2º61.48%95.69%-
XYZ46.9235.2214.91-
YUV158.2291.76189.18-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 52.47%
GREEN value IS 127 (50% from 255) = 27.31%
BLUE value IS 94 (37.11% from 255) = 20.22%
R=52.47%
G=27.31%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441279400.480.610.0413.287.2166.27
HexF47F5E0303D4d5742
Octal36417713606075415127102
Binary11110100111111110111100110000111101100110110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f47f5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f47f5e; }

 p { color: rgb(244,127,94); }

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

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

 a { background-color: rgb(244,127,94); }

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

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

 span { border-color: rgb(244,127,94); }

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