#FE504C

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

Shades of Sunset Orange #FE504C

Tints of Sunset Orange #FE504C

Color information

#FE504C (or 0xFE504C) is unknown color: approx Sunset Orange. HEX triplet: FE, 50 and 4C. RGB value is (254,80,76). Sum of RGB (Red+Green+Blue) = 254+80+76=410 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.95% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 76 (30.08% from 255 or 18.54% from 410); Max value from RGB is 254 - color contains mainly: red. Hex color #FE504C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE504C is #01AFB3. Grayscale: #838383. Windows color (decimal): -110516 or 5001470. OLE color: 5001470.

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

Color convert

RGB2548076-
CMYK00.690.700.00
HSL1.35º98.89%64.71%-
HSV(B)1.35º70.08%99.61%-
XYZ45.0527.339.74-
YUV131.5796.65215.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 61.95%
GREEN value IS 80 (31.64% from 255) = 19.51%
BLUE value IS 76 (30.08% from 255) = 18.54%
R=61.95%
G=19.51%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254807600.690.700.001.3598.8964.71
HexFE504C04546016341
Octal376120114010510601143101
Binary11111110101000010011000100010110001100111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE504C; }

 p { color: rgb(254,80,76); }

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

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

 a { background-color: rgb(254,80,76); }

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

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

 span { border-color: rgb(254,80,76); }

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