Html Css Color HEX #FC553D Sunset Orange

📋 copy color: '#FC553D'

red 252 ◦ green 85 ◦ blue 61

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

Shades of Sunset Orange #FC553D

Tints of Sunset Orange #FC553D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.33%

R = 63.32%
G = 21.36%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC553D (or 0xFC553D) is known color: Sunset Orange. HEX triplet: FC, 55 and 3D. RGB value is (252,85,61). Sum of RGB (Red+Green+Blue) = 252+85+61=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 61 (24.22% from 255 or 15.33% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC553D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC553D is #03AAC2. Grayscale: #848484. Windows color (decimal): -240323 or 4019708. OLE color: 4019708.

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

Color convert

RGB 252 85 61 -
CMYK 0 0.66 0.76 0.01
HSL 7.54º 0.97% 0.61% -
HSV(B) 7.54º 0.76% 0.99% -
XYZ 44.24 27.53 7.4 -
YUV 132.2 87.83 213.45 -
System Red Green Blue C M Y K H S L
Decimal 252 85 61 0 0.66 0.76 0.01 7.54 0.97 0.61
Hex FC 55 3D 0 42 4C 1 8 61 3D
Octal 374 125 75 0 102 114 1 10 141 75
Binary 11111100 1010101 111101 0 1000010 1001100 1 1000 1100001 111101

Color Harmonies of #FC553D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC553D

Black with #FC553D

Text Example


Text Example

White with #FC553D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC553D; }

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

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

background-color css

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

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

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

border-color css

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

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

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