Html Css Color HEX #FC514C Sunset Orange

📋 copy color: '#FC514C'

red 252 ◦ green 81 ◦ blue 76

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

Shades of Sunset Orange #FC514C

Tints of Sunset Orange #FC514C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.58%

R = 61.61%
G = 19.8%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FC514C (or 0xFC514C) is known color: Sunset Orange. HEX triplet: FC, 51 and 4C. RGB value is (252,81,76). Sum of RGB (Red+Green+Blue) = 252+81+76=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 76 (30.08% from 255 or 18.58% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC514C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC514C is #03AEB3. Grayscale: #838383. Windows color (decimal): -241332 or 5001724. OLE color: 5001724.

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

Color convert

RGB 252 81 76 -
CMYK 0 0.68 0.70 0.01
HSL 1.7º 0.97% 0.64% -
HSV(B) 1.7º 0.7% 0.99% -
XYZ 44.39 27.1 9.73 -
YUV 131.56 96.65 213.91 -
System Red Green Blue C M Y K H S L
Decimal 252 81 76 0 0.68 0.70 0.01 1.7 0.97 0.64
Hex FC 51 4C 0 44 46 1 2 61 40
Octal 374 121 114 0 104 106 1 2 141 100
Binary 11111100 1010001 1001100 0 1000100 1000110 1 10 1100001 1000000

Color Harmonies of #FC514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC514C

Black with #FC514C

Text Example


Text Example

White with #FC514C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC514C; }

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

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

background-color css

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

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

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

border-color css

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

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

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