#FC503D

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

Shades of Sunset Orange #FC503D

Tints of Sunset Orange #FC503D

Color information

#FC503D (or 0xFC503D) is unknown color: approx Sunset Orange. HEX triplet: FC, 50 and 3D. RGB value is (252,80,61). Sum of RGB (Red+Green+Blue) = 252+80+61=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 61 (24.22% from 255 or 15.52% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC503D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC503D is #03AFC2. Grayscale: #818181. Windows color (decimal): -241603 or 4018428. OLE color: 4018428.

HSL color Cylindrical-coordinate representation of color #FC503D: hue angle of 5.97º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC503D is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB2528061-
CMYK00.680.760.01
HSL5.97º96.95%61.37%-
HSV(B)5.97º75.79%98.82%-
XYZ43.8626.777.27-
YUV129.2689.48215.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 64.12%
GREEN value IS 80 (31.64% from 255) = 20.36%
BLUE value IS 61 (24.22% from 255) = 15.52%
R=64.12%
G=20.36%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252806100.680.760.015.9796.9561.37
HexFC503D0444C16613d
Octal3741207501041141614175
Binary11111100101000011110101000100100110011101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC503D; }

 p { color: rgb(252,80,61); }

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

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

 a { background-color: rgb(252,80,61); }

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

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

 span { border-color: rgb(252,80,61); }

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