Html Css Color HEX #FE514A Sunset Orange

📋 copy color: '#FE514A'

red 254 ◦ green 81 ◦ blue 74

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

Shades of Sunset Orange #FE514A

Tints of Sunset Orange #FE514A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.09%

R = 62.1%
G = 19.8%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FE514A (or 0xFE514A) is known color: Sunset Orange. HEX triplet: FE, 51 and 4A. RGB value is (254,81,74). Sum of RGB (Red+Green+Blue) = 254+81+74=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE514A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE514A is #01AEB5. Grayscale: #848484. Windows color (decimal): -110262 or 4870654. OLE color: 4870654.

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

Color convert

RGB 254 81 74 -
CMYK 0 0.68 0.71 0.00
HSL 2.33º 0.99% 0.64% -
HSV(B) 2.33º 0.71% 1% -
XYZ 45.05 27.45 9.4 -
YUV 131.93 95.31 215.07 -
System Red Green Blue C M Y K H S L
Decimal 254 81 74 0 0.68 0.71 0.00 2.33 0.99 0.64
Hex FE 51 4A 0 44 47 0 2 63 40
Octal 376 121 112 0 104 107 0 2 143 100
Binary 11111110 1010001 1001010 0 1000100 1000111 0 10 1100011 1000000

Color Harmonies of #FE514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE514A

Black with #FE514A

Text Example


Text Example

White with #FE514A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE514A; }

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

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

background-color css

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

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

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

border-color css

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

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

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