Html Css Color HEX #FC504C Sunset Orange

📋 copy color: '#FC504C'

red 252 ◦ green 80 ◦ blue 76

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

Shades of Sunset Orange #FC504C

Tints of Sunset Orange #FC504C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.63%

R = 61.76%
G = 19.61%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FC504C (or 0xFC504C) is known color: Sunset Orange. HEX triplet: FC, 50 and 4C. RGB value is (252,80,76). Sum of RGB (Red+Green+Blue) = 252+80+76=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 76 (30.08% from 255 or 18.63% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC504C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC504C is #03AFB3. Grayscale: #838383. Windows color (decimal): -241588 or 5001468. OLE color: 5001468.

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

Color convert

RGB 252 80 76 -
CMYK 0 0.68 0.70 0.01
HSL 1.36º 0.97% 0.64% -
HSV(B) 1.36º 0.7% 0.99% -
XYZ 44.32 26.95 9.7 -
YUV 130.97 96.98 214.33 -
System Red Green Blue C M Y K H S L
Decimal 252 80 76 0 0.68 0.70 0.01 1.36 0.97 0.64
Hex FC 50 4C 0 44 46 1 1 61 40
Octal 374 120 114 0 104 106 1 1 141 100
Binary 11111100 1010000 1001100 0 1000100 1000110 1 1 1100001 1000000

Color Harmonies of #FC504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC504C

Black with #FC504C

Text Example


Text Example

White with #FC504C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC504C; }

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

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

background-color css

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

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

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

border-color css

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

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

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