Html Css Color HEX #FC5141 Sunset Orange

📋 copy color: '#FC5141'

red 252 ◦ green 81 ◦ blue 65

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

Shades of Sunset Orange #FC5141

Tints of Sunset Orange #FC5141

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.35%

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

R = 63.32%
G = 20.35%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FC5141 (or 0xFC5141) is known color: Sunset Orange. HEX triplet: FC, 51 and 41. RGB value is (252,81,65). Sum of RGB (Red+Green+Blue) = 252+81+65=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5141 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5141 is #03AEBE. Grayscale: #828282. Windows color (decimal): -241343 or 4280828. OLE color: 4280828.

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

Color convert

RGB 252 81 65 -
CMYK 0 0.68 0.74 0.01
HSL 5.13º 0.97% 0.62% -
HSV(B) 5.13º 0.74% 0.99% -
XYZ 44.04 26.96 7.88 -
YUV 130.31 91.15 214.8 -
System Red Green Blue C M Y K H S L
Decimal 252 81 65 0 0.68 0.74 0.01 5.13 0.97 0.62
Hex FC 51 41 0 44 4A 1 5 61 3E
Octal 374 121 101 0 104 112 1 5 141 76
Binary 11111100 1010001 1000001 0 1000100 1001010 1 101 1100001 111110

Color Harmonies of #FC5141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5141

Black with #FC5141

Text Example


Text Example

White with #FC5141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5141; }

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

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

background-color css

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

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

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

border-color css

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

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

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