Html Css Color HEX #FC5341 Sunset Orange

📋 copy color: '#FC5341'

red 252 ◦ green 83 ◦ blue 65

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

Shades of Sunset Orange #FC5341

Tints of Sunset Orange #FC5341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.25%

R = 63%
G = 20.75%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FC5341 (or 0xFC5341) is known color: Sunset Orange. HEX triplet: FC, 53 and 41. RGB value is (252,83,65). Sum of RGB (Red+Green+Blue) = 252+83+65=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 65 (25.78% from 255 or 16.25% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5341 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5341 is #03ACBE. Grayscale: #838383. Windows color (decimal): -240831 or 4281340. OLE color: 4281340.

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

Color convert

RGB 252 83 65 -
CMYK 0 0.67 0.74 0.01
HSL 5.78º 0.97% 0.62% -
HSV(B) 5.78º 0.74% 0.99% -
XYZ 44.19 27.26 7.93 -
YUV 131.48 90.49 213.96 -
System Red Green Blue C M Y K H S L
Decimal 252 83 65 0 0.67 0.74 0.01 5.78 0.97 0.62
Hex FC 53 41 0 43 4A 1 6 61 3E
Octal 374 123 101 0 103 112 1 6 141 76
Binary 11111100 1010011 1000001 0 1000011 1001010 1 110 1100001 111110

Color Harmonies of #FC5341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5341

Black with #FC5341

Text Example


Text Example

White with #FC5341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5341; }

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

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

background-color css

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

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

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

border-color css

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

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

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