Html Css Color HEX #FE3431 Red Orange

📋 copy color: '#FE3431'

red 254 ◦ green 52 ◦ blue 49

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

Shades of Red Orange #FE3431

Tints of Red Orange #FE3431

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.65%

 BLUE value IS 49 (19.53% from 255) = 13.8%

R = 71.55%
G = 14.65%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE3431 (or 0xFE3431) is known color: Red Orange. HEX triplet: FE, 34 and 31. RGB value is (254,52,49). Sum of RGB (Red+Green+Blue) = 254+52+49=355 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.55% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3431 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3431 is #01CBCE. Grayscale: #707070. Windows color (decimal): -117711 or 3224830. OLE color: 3224830.

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

Color convert

RGB 254 52 49 -
CMYK 0 0.80 0.81 0.00
HSL 0.88º 0.99% 0.59% -
HSV(B) 0.88º 0.81% 1% -
XYZ 42.66 23.75 5.24 -
YUV 112.06 92.42 229.24 -
System Red Green Blue C M Y K H S L
Decimal 254 52 49 0 0.80 0.81 0.00 0.88 0.99 0.59
Hex FE 34 31 0 50 51 0 1 63 3B
Octal 376 64 61 0 120 121 0 1 143 73
Binary 11111110 110100 110001 0 1010000 1010001 0 1 1100011 111011

Color Harmonies of #FE3431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3431

Black with #FE3431

Text Example


Text Example

White with #FE3431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3431; }

 p { color: rgb(254,52,49); }

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

background-color css

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

 a { background-color: rgb(254,52,49); }

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

border-color css

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

 span { border-color: rgb(254,52,49); }

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