Html Css Color HEX #FE514E Sunset Orange

📋 copy color: '#FE514E'

red 254 ◦ green 81 ◦ blue 78

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

Shades of Sunset Orange #FE514E

Tints of Sunset Orange #FE514E

RGB

 RED value IS 254 (99.61% from 255) = 61.5%

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

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

R = 61.5%
G = 19.61%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE514E (or 0xFE514E) is known color: Sunset Orange. HEX triplet: FE, 51 and 4E. RGB value is (254,81,78). Sum of RGB (Red+Green+Blue) = 254+81+78=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 78 (30.86% from 255 or 18.89% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE514E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE514E is #01AEB1. Grayscale: #848484. Windows color (decimal): -110258 or 5132798. OLE color: 5132798.

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

Color convert

RGB 254 81 78 -
CMYK 0 0.68 0.69 0.00
HSL 1.02º 0.99% 0.65% -
HSV(B) 1.02º 0.69% 1% -
XYZ 45.19 27.51 10.14 -
YUV 132.39 97.31 214.74 -
System Red Green Blue C M Y K H S L
Decimal 254 81 78 0 0.68 0.69 0.00 1.02 0.99 0.65
Hex FE 51 4E 0 44 45 0 1 63 41
Octal 376 121 116 0 104 105 0 1 143 101
Binary 11111110 1010001 1001110 0 1000100 1000101 0 1 1100011 1000001

Color Harmonies of #FE514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE514E

Black with #FE514E

Text Example


Text Example

White with #FE514E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE514E; }

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

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

background-color css

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

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

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

border-color css

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

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

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