#FF473C

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

Shades of Sunset Orange #FF473C

Tints of Sunset Orange #FF473C

Color information

#FF473C (or 0xFF473C) is unknown color: approx Sunset Orange. HEX triplet: FF, 47 and 3C. RGB value is (255,71,60). Sum of RGB (Red+Green+Blue) = 255+71+60=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF473C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF473C is #00B8C3. Grayscale: #7C7C7C. Windows color (decimal): -47300 or 3950591. OLE color: 3950591.

HSL color Cylindrical-coordinate representation of color #FF473C: hue angle of 3.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF473C is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB2557160-
CMYK00.720.760
HSL3.38º100%61.76%-
HSV(B)3.38º76.47%100%-
XYZ44.3126.096.98-
YUV124.7691.46220.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 66.06%
GREEN value IS 71 (28.12% from 255) = 18.39%
BLUE value IS 60 (23.83% from 255) = 15.54%
R=66.06%
G=18.39%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255716000.720.7603.3810061.76
HexFF473C0484C03643e
Octal3771077401101140314476
Binary1111111110001111111000100100010011000111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF473C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF473C; }

 p { color: rgb(255,71,60); }

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

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

 a { background-color: rgb(255,71,60); }

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

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

 span { border-color: rgb(255,71,60); }

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