Html Css Color HEX #FD503D Sunset Orange

📋 copy color: '#FD503D'

red 253 ◦ green 80 ◦ blue 61

#FD503D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunset Orange #FD503D

Tints of Sunset Orange #FD503D

RGB

 RED value IS 253 (99.22% from 255) = 64.21%

 GREEN value IS 80 (31.64% from 255) = 20.3%

 BLUE value IS 61 (24.22% from 255) = 15.48%

R = 64.21%
G = 20.3%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD503D (or 0xFD503D) is known color: Sunset Orange. HEX triplet: FD, 50 and 3D. RGB value is (253,80,61). Sum of RGB (Red+Green+Blue) = 253+80+61=394 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.21% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 253 - color contains mainly: red. Hex color #FD503D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD503D is #02AFC2. Grayscale: #818181. Windows color (decimal): -176067 or 4018429. OLE color: 4018429.

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

Color convert

RGB 253 80 61 -
CMYK 0 0.68 0.76 0.01
HSL 5.94º 0.98% 0.62% -
HSV(B) 5.94º 0.76% 0.99% -
XYZ 44.22 26.96 7.29 -
YUV 129.56 89.31 216.04 -
System Red Green Blue C M Y K H S L
Decimal 253 80 61 0 0.68 0.76 0.01 5.94 0.98 0.62
Hex FD 50 3D 0 44 4C 1 6 62 3E
Octal 375 120 75 0 104 114 1 6 142 76
Binary 11111101 1010000 111101 0 1000100 1001100 1 110 1100010 111110

Color Harmonies of #FD503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD503D

Black with #FD503D

Text Example


Text Example

White with #FD503D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD503D; }

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

 H1.HeaderClassName
 {
   color: #FD503D;
 }
 .AnyTagClassName
 {
   color: #FD503D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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