Html Css Color HEX #FE4940 Sunset Orange

📋 copy color: '#FE4940'

red 254 ◦ green 73 ◦ blue 64

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

Shades of Sunset Orange #FE4940

Tints of Sunset Orange #FE4940

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.67%

 BLUE value IS 64 (25.39% from 255) = 16.37%

R = 64.96%
G = 18.67%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FE4940 (or 0xFE4940) is known color: Sunset Orange. HEX triplet: FE, 49 and 40. RGB value is (254,73,64). Sum of RGB (Red+Green+Blue) = 254+73+64=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4940 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4940 is #01B6BF. Grayscale: #7E7E7E. Windows color (decimal): -112320 or 4213246. OLE color: 4213246.

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

Color convert

RGB 254 73 64 -
CMYK 0 0.71 0.75 0.00
HSL 2.84º 0.99% 0.62% -
HSV(B) 2.84º 0.75% 1% -
XYZ 44.18 26.21 7.58 -
YUV 126.09 92.97 219.23 -
System Red Green Blue C M Y K H S L
Decimal 254 73 64 0 0.71 0.75 0.00 2.84 0.99 0.62
Hex FE 49 40 0 47 4B 0 3 63 3E
Octal 376 111 100 0 107 113 0 3 143 76
Binary 11111110 1001001 1000000 0 1000111 1001011 0 11 1100011 111110

Color Harmonies of #FE4940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4940

Black with #FE4940

Text Example


Text Example

White with #FE4940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4940; }

 p { color: rgb(254,73,64); }

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

background-color css

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

 a { background-color: rgb(254,73,64); }

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

border-color css

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

 span { border-color: rgb(254,73,64); }

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