#f47c5e

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

Shades of Crusta #F47C5E

Tints of Crusta #F47C5E

Color information

#F47C5E (or 0xF47C5E) is unknown color: approx Crusta. HEX triplet: F4, 7C and 5E. RGB value is (244,124,94). Sum of RGB (Red+Green+Blue) = 244+124+94=462 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.81% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 244 - color contains mainly: red. Hex color #F47C5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47C5E is #0B83A1. Grayscale: #9C9C9C. Windows color (decimal): -754594 or 6192372. OLE color: 6192372.

HSL color Cylindrical-coordinate representation of color #F47C5E: hue angle of 12º 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 #F47C5E is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB24412494-
CMYK00.490.610.04
HSL12º87.21%66.27%-
HSV(B)12º61.48%95.69%-
XYZ46.5434.4614.79-
YUV156.4692.76190.44-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 52.81%
GREEN value IS 124 (48.83% from 255) = 26.84%
BLUE value IS 94 (37.11% from 255) = 20.35%
R=52.81%
G=26.84%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441249400.490.610.041287.2166.27
HexF47C5E0313D4c5742
Octal36417413606175414127102
Binary11110100111110010111100110001111101100110010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f47c5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f47c5e; }

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

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

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

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

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

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

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

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