Html Css Color HEX #FE4942 Sunset Orange

📋 copy color: '#FE4942'

red 254 ◦ green 73 ◦ blue 66

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

Shades of Sunset Orange #FE4942

Tints of Sunset Orange #FE4942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.79%

R = 64.63%
G = 18.58%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FE4942 (or 0xFE4942) is known color: Sunset Orange. HEX triplet: FE, 49 and 42. RGB value is (254,73,66). Sum of RGB (Red+Green+Blue) = 254+73+66=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 66 (26.17% from 255 or 16.79% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4942 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4942 is #01B6BD. Grayscale: #7E7E7E. Windows color (decimal): -112318 or 4344318. OLE color: 4344318.

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

Color convert

RGB 254 73 66 -
CMYK 0 0.71 0.74 0.00
HSL 2.23º 0.99% 0.63% -
HSV(B) 2.23º 0.74% 1% -
XYZ 44.24 26.23 7.89 -
YUV 126.32 93.97 219.07 -
System Red Green Blue C M Y K H S L
Decimal 254 73 66 0 0.71 0.74 0.00 2.23 0.99 0.63
Hex FE 49 42 0 47 4A 0 2 63 3F
Octal 376 111 102 0 107 112 0 2 143 77
Binary 11111110 1001001 1000010 0 1000111 1001010 0 10 1100011 111111

Color Harmonies of #FE4942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4942

Black with #FE4942

Text Example


Text Example

White with #FE4942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4942; }

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

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

background-color css

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

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

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

border-color css

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

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

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