Html Css Color HEX #FC503D Sunset Orange

📋 copy color: '#FC503D'

red 252 ◦ green 80 ◦ blue 61

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

Shades of Sunset Orange #FC503D

Tints of Sunset Orange #FC503D

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 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

#FC503D (or 0xFC503D) is known color: 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

RGB 252 80 61 -
CMYK 0 0.68 0.76 0.01
HSL 5.97º 0.97% 0.61% -
HSV(B) 5.97º 0.76% 0.99% -
XYZ 43.86 26.77 7.27 -
YUV 129.26 89.48 215.54 -
System Red Green Blue C M Y K H S L
Decimal 252 80 61 0 0.68 0.76 0.01 5.97 0.97 0.61
Hex FC 50 3D 0 44 4C 1 6 61 3D
Octal 374 120 75 0 104 114 1 6 141 75
Binary 11111100 1010000 111101 0 1000100 1001100 1 110 1100001 111101

Color Harmonies of #FC503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC503D

Black with #FC503D

Text Example


Text Example

White with #FC503D

Text Example


Text Example

HTML Codes & Css Web 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>