Html Css Color HEX #FC553A Sunset Orange

📋 copy color: '#FC553A'

red 252 ◦ green 85 ◦ blue 58

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

Shades of Sunset Orange #FC553A

Tints of Sunset Orange #FC553A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.68%

R = 63.8%
G = 21.52%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC553A (or 0xFC553A) is known color: Sunset Orange. HEX triplet: FC, 55 and 3A. RGB value is (252,85,58). Sum of RGB (Red+Green+Blue) = 252+85+58=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC553A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC553A is #03AAC5. Grayscale: #848484. Windows color (decimal): -240326 or 3823100. OLE color: 3823100.

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

Color convert

RGB 252 85 58 -
CMYK 0 0.66 0.77 0.01
HSL 8.35º 0.97% 0.61% -
HSV(B) 8.35º 0.77% 0.99% -
XYZ 44.16 27.5 6.98 -
YUV 131.86 86.33 213.7 -
System Red Green Blue C M Y K H S L
Decimal 252 85 58 0 0.66 0.77 0.01 8.35 0.97 0.61
Hex FC 55 3A 0 42 4D 1 8 61 3D
Octal 374 125 72 0 102 115 1 10 141 75
Binary 11111100 1010101 111010 0 1000010 1001101 1 1000 1100001 111101

Color Harmonies of #FC553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC553A

Black with #FC553A

Text Example


Text Example

White with #FC553A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC553A; }

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

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

background-color css

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

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

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

border-color css

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

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

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