#FF524E

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

Shades of Sunset Orange #FF524E

Tints of Sunset Orange #FF524E

Color information

#FF524E (or 0xFF524E) is unknown color: approx Sunset Orange. HEX triplet: FF, 52 and 4E. RGB value is (255,82,78). Sum of RGB (Red+Green+Blue) = 255+82+78=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 78 (30.86% from 255 or 18.80% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF524E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF524E is #00ADB1. Grayscale: #858585. Windows color (decimal): -44466 or 5133055. OLE color: 5133055.

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

Color convert

RGB2558278-
CMYK00.680.690
HSL1.36º100%65.29%-
HSV(B)1.36º69.41%100%-
XYZ45.6327.8410.18-
YUV133.2796.81214.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.45%
GREEN value IS 82 (32.42% from 255) = 19.76%
BLUE value IS 78 (30.86% from 255) = 18.80%
R=61.45%
G=19.76%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255827800.680.6901.3610065.29
HexFF524E04445016441
Octal377122116010410501144101
Binary11111111101001010011100100010010001010111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF524E; }

 p { color: rgb(255,82,78); }

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

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

 a { background-color: rgb(255,82,78); }

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

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

 span { border-color: rgb(255,82,78); }

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