#FF5044

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

Shades of Sunset Orange #FF5044

Tints of Sunset Orange #FF5044

Color information

#FF5044 (or 0xFF5044) is unknown color: approx Sunset Orange. HEX triplet: FF, 50 and 44. RGB value is (255,80,68). Sum of RGB (Red+Green+Blue) = 255+80+68=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 68 (26.95% from 255 or 16.87% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5044 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5044 is #00AFBB. Grayscale: #838383. Windows color (decimal): -44988 or 4477183. OLE color: 4477183.

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

Color convert

RGB2558068-
CMYK00.690.730
HSL3.85º100%63.33%-
HSV(B)3.85º73.33%100%-
XYZ45.1527.418.38-
YUV130.9692.48216.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.28%
GREEN value IS 80 (31.64% from 255) = 19.85%
BLUE value IS 68 (26.95% from 255) = 16.87%
R=63.28%
G=19.85%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255806800.690.7303.8510063.33
HexFF50440454904643f
Octal37712010401051110414477
Binary111111111010000100010001000101100100101001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5044; }

 p { color: rgb(255,80,68); }

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

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

 a { background-color: rgb(255,80,68); }

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

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

 span { border-color: rgb(255,80,68); }

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