Html Css Color HEX #FC513E Sunset Orange

📋 copy color: '#FC513E'

red 252 ◦ green 81 ◦ blue 62

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

Shades of Sunset Orange #FC513E

Tints of Sunset Orange #FC513E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.7%

R = 63.8%
G = 20.51%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC513E (or 0xFC513E) is known color: Sunset Orange. HEX triplet: FC, 51 and 3E. RGB value is (252,81,62). Sum of RGB (Red+Green+Blue) = 252+81+62=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 62 (24.61% from 255 or 15.70% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC513E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC513E is #03AEC1. Grayscale: #828282. Windows color (decimal): -241346 or 4084220. OLE color: 4084220.

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

Color convert

RGB 252 81 62 -
CMYK 0 0.68 0.75 0.01
HSL 0.97% 0.62% -
HSV(B) 0.75% 0.99% -
XYZ 43.96 26.93 7.44 -
YUV 129.96 89.65 215.04 -
System Red Green Blue C M Y K H S L
Decimal 252 81 62 0 0.68 0.75 0.01 6 0.97 0.62
Hex FC 51 3E 0 44 4B 1 6 61 3E
Octal 374 121 76 0 104 113 1 6 141 76
Binary 11111100 1010001 111110 0 1000100 1001011 1 110 1100001 111110

Color Harmonies of #FC513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC513E

Black with #FC513E

Text Example


Text Example

White with #FC513E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC513E; }

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

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

background-color css

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

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

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

border-color css

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

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

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