Html Css Color HEX #FE392A Red Orange

📋 copy color: '#FE392A'

red 254 ◦ green 57 ◦ blue 42

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

Shades of Red Orange #FE392A

Tints of Red Orange #FE392A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.15%

 BLUE value IS 42 (16.8% from 255) = 11.9%

R = 71.95%
G = 16.15%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FE392A (or 0xFE392A) is known color: Red Orange. HEX triplet: FE, 39 and 2A. RGB value is (254,57,42). Sum of RGB (Red+Green+Blue) = 254+57+42=353 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.95% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 254 - color contains mainly: red. Hex color #FE392A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE392A is #01C6D5. Grayscale: #727272. Windows color (decimal): -116438 or 2767358. OLE color: 2767358.

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

Color convert

RGB 254 57 42 -
CMYK 0 0.78 0.83 0.00
HSL 4.25º 0.99% 0.58% -
HSV(B) 4.25º 0.83% 1% -
XYZ 42.75 24.16 4.6 -
YUV 114.19 87.27 227.72 -
System Red Green Blue C M Y K H S L
Decimal 254 57 42 0 0.78 0.83 0.00 4.25 0.99 0.58
Hex FE 39 2A 0 4E 53 0 4 63 3A
Octal 376 71 52 0 116 123 0 4 143 72
Binary 11111110 111001 101010 0 1001110 1010011 0 100 1100011 111010

Color Harmonies of #FE392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE392A

Black with #FE392A

Text Example


Text Example

White with #FE392A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE392A; }

 p { color: rgb(254,57,42); }

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

background-color css

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

 a { background-color: rgb(254,57,42); }

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

border-color css

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

 span { border-color: rgb(254,57,42); }

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