Html Css Color HEX #FC504A Sunset Orange

📋 copy color: '#FC504A'

red 252 ◦ green 80 ◦ blue 74

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

Shades of Sunset Orange #FC504A

Tints of Sunset Orange #FC504A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.23%

R = 62.07%
G = 19.7%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC504A (or 0xFC504A) is known color: Sunset Orange. HEX triplet: FC, 50 and 4A. RGB value is (252,80,74). Sum of RGB (Red+Green+Blue) = 252+80+74=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC504A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC504A is #03AFB5. Grayscale: #828282. Windows color (decimal): -241590 or 4870396. OLE color: 4870396.

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

Color convert

RGB 252 80 74 -
CMYK 0 0.68 0.71 0.01
HSL 2.02º 0.97% 0.64% -
HSV(B) 2.02º 0.71% 0.99% -
XYZ 44.25 26.93 9.34 -
YUV 130.74 95.98 214.49 -
System Red Green Blue C M Y K H S L
Decimal 252 80 74 0 0.68 0.71 0.01 2.02 0.97 0.64
Hex FC 50 4A 0 44 47 1 2 61 40
Octal 374 120 112 0 104 107 1 2 141 100
Binary 11111100 1010000 1001010 0 1000100 1000111 1 10 1100001 1000000

Color Harmonies of #FC504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC504A

Black with #FC504A

Text Example


Text Example

White with #FC504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC504A; }

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

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

background-color css

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

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

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

border-color css

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

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

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