Html Css Color HEX #FC5149 Sunset Orange

📋 copy color: '#FC5149'

red 252 ◦ green 81 ◦ blue 73

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

Shades of Sunset Orange #FC5149

Tints of Sunset Orange #FC5149

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.95%

 BLUE value IS 73 (28.91% from 255) = 17.98%

R = 62.07%
G = 19.95%
B = 17.98%

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

#FC5149 (or 0xFC5149) is known color: Sunset Orange. HEX triplet: FC, 51 and 49. RGB value is (252,81,73). Sum of RGB (Red+Green+Blue) = 252+81+73=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 73 (28.91% from 255 or 17.98% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5149 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5149 is #03AEB6. Grayscale: #838383. Windows color (decimal): -241335 or 4805116. OLE color: 4805116.

HSL color Cylindrical-coordinate representation of color #FC5149: hue angle of 2.68º 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 #FC5149 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 81 73 -
CMYK 0 0.68 0.71 0.01
HSL 2.68º 0.97% 0.64% -
HSV(B) 2.68º 0.71% 0.99% -
XYZ 44.29 27.06 9.19 -
YUV 131.22 95.15 214.15 -
System Red Green Blue C M Y K H S L
Decimal 252 81 73 0 0.68 0.71 0.01 2.68 0.97 0.64
Hex FC 51 49 0 44 47 1 3 61 40
Octal 374 121 111 0 104 107 1 3 141 100
Binary 11111100 1010001 1001001 0 1000100 1000111 1 11 1100001 1000000

Color Harmonies of #FC5149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5149

Black with #FC5149

Text Example


Text Example

White with #FC5149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5149; }

 p { color: rgb(252,81,73); }

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

background-color css

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

 a { background-color: rgb(252,81,73); }

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

border-color css

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

 span { border-color: rgb(252,81,73); }

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