Html Css Color HEX #FC5551 Sunset Orange

📋 copy color: '#FC5551'

red 252 ◦ green 85 ◦ blue 81

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

Shades of Sunset Orange #FC5551

Tints of Sunset Orange #FC5551

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.33%

 BLUE value IS 81 (32.03% from 255) = 19.38%

R = 60.29%
G = 20.33%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FC5551 (or 0xFC5551) is known color: Sunset Orange. HEX triplet: FC, 55 and 51. RGB value is (252,85,81). Sum of RGB (Red+Green+Blue) = 252+85+81=418 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.29% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 81 (32.03% from 255 or 19.38% from 418); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5551 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5551 is #03AAAE. Grayscale: #868686. Windows color (decimal): -240303 or 5330428. OLE color: 5330428.

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

Color convert

RGB 252 85 81 -
CMYK 0 0.66 0.68 0.01
HSL 1.4º 0.97% 0.65% -
HSV(B) 1.4º 0.68% 0.99% -
XYZ 44.88 27.79 10.78 -
YUV 134.48 97.83 211.83 -
System Red Green Blue C M Y K H S L
Decimal 252 85 81 0 0.66 0.68 0.01 1.4 0.97 0.65
Hex FC 55 51 0 42 44 1 1 61 41
Octal 374 125 121 0 102 104 1 1 141 101
Binary 11111100 1010101 1010001 0 1000010 1000100 1 1 1100001 1000001

Color Harmonies of #FC5551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5551

Black with #FC5551

Text Example


Text Example

White with #FC5551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5551; }

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

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

background-color css

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

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

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

border-color css

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

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

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