Html Css Color HEX #FC503E Sunset Orange

📋 copy color: '#FC503E'

red 252 ◦ green 80 ◦ blue 62

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

Shades of Sunset Orange #FC503E

Tints of Sunset Orange #FC503E

RGB

 RED value IS 252 (98.83% from 255) = 63.96%

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

 BLUE value IS 62 (24.61% from 255) = 15.74%

R = 63.96%
G = 20.3%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC503E (or 0xFC503E) is known color: Sunset Orange. HEX triplet: FC, 50 and 3E. RGB value is (252,80,62). Sum of RGB (Red+Green+Blue) = 252+80+62=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 62 (24.61% from 255 or 15.74% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC503E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC503E is #03AFC1. Grayscale: #818181. Windows color (decimal): -241602 or 4083964. OLE color: 4083964.

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

Color convert

RGB 252 80 62 -
CMYK 0 0.68 0.75 0.01
HSL 5.68º 0.97% 0.62% -
HSV(B) 5.68º 0.75% 0.99% -
XYZ 43.88 26.78 7.41 -
YUV 129.38 89.98 215.46 -
System Red Green Blue C M Y K H S L
Decimal 252 80 62 0 0.68 0.75 0.01 5.68 0.97 0.62
Hex FC 50 3E 0 44 4B 1 6 61 3E
Octal 374 120 76 0 104 113 1 6 141 76
Binary 11111100 1010000 111110 0 1000100 1001011 1 110 1100001 111110

Color Harmonies of #FC503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC503E

Black with #FC503E

Text Example


Text Example

White with #FC503E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC503E; }

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

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

background-color css

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

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

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

border-color css

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

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

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