Html Css Color HEX #FC513D Sunset Orange

📋 copy color: '#FC513D'

red 252 ◦ green 81 ◦ blue 61

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

Shades of Sunset Orange #FC513D

Tints of Sunset Orange #FC513D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.48%

R = 63.96%
G = 20.56%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC513D (or 0xFC513D) is known color: Sunset Orange. HEX triplet: FC, 51 and 3D. RGB value is (252,81,61). Sum of RGB (Red+Green+Blue) = 252+81+61=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC513D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC513D is #03AEC2. Grayscale: #828282. Windows color (decimal): -241347 or 4018684. OLE color: 4018684.

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

Color convert

RGB 252 81 61 -
CMYK 0 0.68 0.76 0.01
HSL 6.28º 0.97% 0.61% -
HSV(B) 6.28º 0.76% 0.99% -
XYZ 43.93 26.92 7.3 -
YUV 129.85 89.15 215.13 -
System Red Green Blue C M Y K H S L
Decimal 252 81 61 0 0.68 0.76 0.01 6.28 0.97 0.61
Hex FC 51 3D 0 44 4C 1 6 61 3D
Octal 374 121 75 0 104 114 1 6 141 75
Binary 11111100 1010001 111101 0 1000100 1001100 1 110 1100001 111101

Color Harmonies of #FC513D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC513D

Black with #FC513D

Text Example


Text Example

White with #FC513D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC513D; }

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

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

background-color css

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

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

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

border-color css

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

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

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