Html Css Color HEX #FC553B Sunset Orange

📋 copy color: '#FC553B'

red 252 ◦ green 85 ◦ blue 59

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

Shades of Sunset Orange #FC553B

Tints of Sunset Orange #FC553B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.9%

R = 63.64%
G = 21.46%
B = 14.9%

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

#FC553B (or 0xFC553B) is known color: Sunset Orange. HEX triplet: FC, 55 and 3B. RGB value is (252,85,59). Sum of RGB (Red+Green+Blue) = 252+85+59=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 59 (23.44% from 255 or 14.90% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC553B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC553B is #03AAC4. Grayscale: #848484. Windows color (decimal): -240325 or 3888636. OLE color: 3888636.

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

Color convert

RGB 252 85 59 -
CMYK 0 0.66 0.77 0.01
HSL 8.08º 0.97% 0.61% -
HSV(B) 8.08º 0.77% 0.99% -
XYZ 44.18 27.51 7.12 -
YUV 131.97 86.83 213.61 -
System Red Green Blue C M Y K H S L
Decimal 252 85 59 0 0.66 0.77 0.01 8.08 0.97 0.61
Hex FC 55 3B 0 42 4D 1 8 61 3D
Octal 374 125 73 0 102 115 1 10 141 75
Binary 11111100 1010101 111011 0 1000010 1001101 1 1000 1100001 111101

Color Harmonies of #FC553B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC553B

Black with #FC553B

Text Example


Text Example

White with #FC553B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC553B; }

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

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

background-color css

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

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

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

border-color css

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

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

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