Html Css Color HEX #FC514D Sunset Orange

📋 copy color: '#FC514D'

red 252 ◦ green 81 ◦ blue 77

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

Shades of Sunset Orange #FC514D

Tints of Sunset Orange #FC514D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.78%

R = 61.46%
G = 19.76%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC514D (or 0xFC514D) is known color: Sunset Orange. HEX triplet: FC, 51 and 4D. RGB value is (252,81,77). Sum of RGB (Red+Green+Blue) = 252+81+77=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 77 (30.47% from 255 or 18.78% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC514D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC514D is #03AEB2. Grayscale: #838383. Windows color (decimal): -241331 or 5067260. OLE color: 5067260.

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

Color convert

RGB 252 81 77 -
CMYK 0 0.68 0.69 0.01
HSL 1.37º 0.97% 0.65% -
HSV(B) 1.37º 0.69% 0.99% -
XYZ 44.43 27.12 9.91 -
YUV 131.67 97.15 213.83 -
System Red Green Blue C M Y K H S L
Decimal 252 81 77 0 0.68 0.69 0.01 1.37 0.97 0.65
Hex FC 51 4D 0 44 45 1 1 61 41
Octal 374 121 115 0 104 105 1 1 141 101
Binary 11111100 1010001 1001101 0 1000100 1000101 1 1 1100001 1000001

Color Harmonies of #FC514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC514D

Black with #FC514D

Text Example


Text Example

White with #FC514D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC514D; }

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

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

background-color css

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

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

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

border-color css

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

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

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