Html Css Color HEX #FC5344 Sunset Orange

📋 copy color: '#FC5344'

red 252 ◦ green 83 ◦ blue 68

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

Shades of Sunset Orange #FC5344

Tints of Sunset Orange #FC5344

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.6%

 BLUE value IS 68 (26.95% from 255) = 16.87%

R = 62.53%
G = 20.6%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FC5344 (or 0xFC5344) is known color: Sunset Orange. HEX triplet: FC, 53 and 44. RGB value is (252,83,68). Sum of RGB (Red+Green+Blue) = 252+83+68=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 68 (26.95% from 255 or 16.87% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5344 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5344 is #03ACBB. Grayscale: #848484. Windows color (decimal): -240828 or 4477948. OLE color: 4477948.

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

Color convert

RGB 252 83 68 -
CMYK 0 0.67 0.73 0.01
HSL 4.89º 0.97% 0.63% -
HSV(B) 4.89º 0.73% 0.99% -
XYZ 44.28 27.3 8.4 -
YUV 131.82 91.99 213.72 -
System Red Green Blue C M Y K H S L
Decimal 252 83 68 0 0.67 0.73 0.01 4.89 0.97 0.63
Hex FC 53 44 0 43 49 1 5 61 3F
Octal 374 123 104 0 103 111 1 5 141 77
Binary 11111100 1010011 1000100 0 1000011 1001001 1 101 1100001 111111

Color Harmonies of #FC5344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5344

Black with #FC5344

Text Example


Text Example

White with #FC5344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5344; }

 p { color: rgb(252,83,68); }

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

background-color css

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

 a { background-color: rgb(252,83,68); }

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

border-color css

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

 span { border-color: rgb(252,83,68); }

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