Html Css Color HEX #FC504D Sunset Orange

📋 copy color: '#FC504D'

red 252 ◦ green 80 ◦ blue 77

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

Shades of Sunset Orange #FC504D

Tints of Sunset Orange #FC504D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.83%

R = 61.61%
G = 19.56%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC504D (or 0xFC504D) is known color: Sunset Orange. HEX triplet: FC, 50 and 4D. RGB value is (252,80,77). Sum of RGB (Red+Green+Blue) = 252+80+77=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC504D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC504D is #03AFB2. Grayscale: #838383. Windows color (decimal): -241587 or 5067004. OLE color: 5067004.

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

Color convert

RGB 252 80 77 -
CMYK 0 0.68 0.69 0.01
HSL 1.03º 0.97% 0.65% -
HSV(B) 1.03º 0.69% 0.99% -
XYZ 44.35 26.97 9.89 -
YUV 131.09 97.48 214.24 -
System Red Green Blue C M Y K H S L
Decimal 252 80 77 0 0.68 0.69 0.01 1.03 0.97 0.65
Hex FC 50 4D 0 44 45 1 1 61 41
Octal 374 120 115 0 104 105 1 1 141 101
Binary 11111100 1010000 1001101 0 1000100 1000101 1 1 1100001 1000001

Color Harmonies of #FC504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC504D

Black with #FC504D

Text Example


Text Example

White with #FC504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC504D; }

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

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

background-color css

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

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

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

border-color css

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

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

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