#FF544A

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

Shades of Sunset Orange #FF544A

Tints of Sunset Orange #FF544A

Color information

#FF544A (or 0xFF544A) is unknown color: approx Sunset Orange. HEX triplet: FF, 54 and 4A. RGB value is (255,84,74). Sum of RGB (Red+Green+Blue) = 255+84+74=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 74 (29.30% from 255 or 17.92% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF544A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF544A is #00ABB5. Grayscale: #868686. Windows color (decimal): -43958 or 4871423. OLE color: 4871423.

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

Color convert

RGB2558474-
CMYK00.670.710
HSL3.31º100%64.51%-
HSV(B)3.31º70.98%100%-
XYZ45.6528.19.5-
YUV133.9994.15214.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.74%
GREEN value IS 84 (33.20% from 255) = 20.34%
BLUE value IS 74 (29.30% from 255) = 17.92%
R=61.74%
G=20.34%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255847400.670.7103.3110064.51
HexFF544A04347036441
Octal377124112010310703144101
Binary111111111010100100101001000011100011101111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF544A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF544A; }

 p { color: rgb(255,84,74); }

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

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

 a { background-color: rgb(255,84,74); }

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

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

 span { border-color: rgb(255,84,74); }

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