Html Css Color HEX #FE514C Sunset Orange

📋 copy color: '#FE514C'

red 254 ◦ green 81 ◦ blue 76

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

Shades of Sunset Orange #FE514C

Tints of Sunset Orange #FE514C

RGB

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

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

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

R = 61.8%
G = 19.71%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE514C (or 0xFE514C) is known color: Sunset Orange. HEX triplet: FE, 51 and 4C. RGB value is (254,81,76). Sum of RGB (Red+Green+Blue) = 254+81+76=411 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.80% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 76 (30.08% from 255 or 18.49% from 411); Max value from RGB is 254 - color contains mainly: red. Hex color #FE514C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE514C is #01AEB3. Grayscale: #848484. Windows color (decimal): -110260 or 5001726. OLE color: 5001726.

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

Color convert

RGB 254 81 76 -
CMYK 0 0.68 0.70 0.00
HSL 1.69º 0.99% 0.65% -
HSV(B) 1.69º 0.7% 1% -
XYZ 45.12 27.48 9.76 -
YUV 132.16 96.31 214.91 -
System Red Green Blue C M Y K H S L
Decimal 254 81 76 0 0.68 0.70 0.00 1.69 0.99 0.65
Hex FE 51 4C 0 44 46 0 2 63 41
Octal 376 121 114 0 104 106 0 2 143 101
Binary 11111110 1010001 1001100 0 1000100 1000110 0 10 1100011 1000001

Color Harmonies of #FE514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE514C

Black with #FE514C

Text Example


Text Example

White with #FE514C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE514C; }

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

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

background-color css

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

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

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

border-color css

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

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

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