Html Css Color HEX #FC514E Sunset Orange

📋 copy color: '#FC514E'

red 252 ◦ green 81 ◦ blue 78

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

Shades of Sunset Orange #FC514E

Tints of Sunset Orange #FC514E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.98%

R = 61.31%
G = 19.71%
B = 18.98%

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

#FC514E (or 0xFC514E) is known color: Sunset Orange. HEX triplet: FC, 51 and 4E. RGB value is (252,81,78). Sum of RGB (Red+Green+Blue) = 252+81+78=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 78 (30.86% from 255 or 18.98% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC514E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC514E is #03AEB1. Grayscale: #838383. Windows color (decimal): -241330 or 5132796. OLE color: 5132796.

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

Color convert

RGB 252 81 78 -
CMYK 0 0.68 0.69 0.01
HSL 1.03º 0.97% 0.65% -
HSV(B) 1.03º 0.69% 0.99% -
XYZ 44.46 27.13 10.1 -
YUV 131.79 97.65 213.74 -
System Red Green Blue C M Y K H S L
Decimal 252 81 78 0 0.68 0.69 0.01 1.03 0.97 0.65
Hex FC 51 4E 0 44 45 1 1 61 41
Octal 374 121 116 0 104 105 1 1 141 101
Binary 11111100 1010001 1001110 0 1000100 1000101 1 1 1100001 1000001

Color Harmonies of #FC514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC514E

Black with #FC514E

Text Example


Text Example

White with #FC514E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC514E; }

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

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

background-color css

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

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

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

border-color css

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

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

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