Html Css Color HEX #FC513F Sunset Orange

📋 copy color: '#FC513F'

red 252 ◦ green 81 ◦ blue 63

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

Shades of Sunset Orange #FC513F

Tints of Sunset Orange #FC513F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.91%

R = 63.64%
G = 20.45%
B = 15.91%

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

#FC513F (or 0xFC513F) is known color: Sunset Orange. HEX triplet: FC, 51 and 3F. RGB value is (252,81,63). Sum of RGB (Red+Green+Blue) = 252+81+63=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 63 (25% from 255 or 15.91% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC513F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC513F is #03AEC0. Grayscale: #828282. Windows color (decimal): -241345 or 4149756. OLE color: 4149756.

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

Color convert

RGB 252 81 63 -
CMYK 0 0.68 0.75 0.01
HSL 5.71º 0.97% 0.62% -
HSV(B) 5.71º 0.75% 0.99% -
XYZ 43.98 26.94 7.58 -
YUV 130.08 90.15 214.96 -
System Red Green Blue C M Y K H S L
Decimal 252 81 63 0 0.68 0.75 0.01 5.71 0.97 0.62
Hex FC 51 3F 0 44 4B 1 6 61 3E
Octal 374 121 77 0 104 113 1 6 141 76
Binary 11111100 1010001 111111 0 1000100 1001011 1 110 1100001 111110

Color Harmonies of #FC513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC513F

Black with #FC513F

Text Example


Text Example

White with #FC513F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC513F; }

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

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

background-color css

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

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

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

border-color css

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

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

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