Html Css Color HEX #FC513A Sunset Orange

📋 copy color: '#FC513A'

red 252 ◦ green 81 ◦ blue 58

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

Shades of Sunset Orange #FC513A

Tints of Sunset Orange #FC513A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.83%

R = 64.45%
G = 20.72%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC513A (or 0xFC513A) is known color: Sunset Orange. HEX triplet: FC, 51 and 3A. RGB value is (252,81,58). Sum of RGB (Red+Green+Blue) = 252+81+58=391 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.45% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 58 (23.05% from 255 or 14.83% from 391); Max value from RGB is 252 - color contains mainly: red. Hex color #FC513A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC513A is #03AEC5. Grayscale: #818181. Windows color (decimal): -241350 or 3822076. OLE color: 3822076.

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

Color convert

RGB 252 81 58 -
CMYK 0 0.68 0.77 0.01
HSL 7.11º 0.97% 0.61% -
HSV(B) 7.11º 0.77% 0.99% -
XYZ 43.85 26.89 6.88 -
YUV 129.51 87.65 215.37 -
System Red Green Blue C M Y K H S L
Decimal 252 81 58 0 0.68 0.77 0.01 7.11 0.97 0.61
Hex FC 51 3A 0 44 4D 1 7 61 3D
Octal 374 121 72 0 104 115 1 7 141 75
Binary 11111100 1010001 111010 0 1000100 1001101 1 111 1100001 111101

Color Harmonies of #FC513A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC513A

Black with #FC513A

Text Example


Text Example

White with #FC513A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC513A; }

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

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

background-color css

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

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

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

border-color css

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

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

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