Html Css Color HEX #FE3126 Red Orange

📋 copy color: '#FE3126'

red 254 ◦ green 49 ◦ blue 38

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

Shades of Red Orange #FE3126

Tints of Red Orange #FE3126

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.37%

 BLUE value IS 38 (15.23% from 255) = 11.14%

R = 74.49%
G = 14.37%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE3126 (or 0xFE3126) is known color: Red Orange. HEX triplet: FE, 31 and 26. RGB value is (254,49,38). Sum of RGB (Red+Green+Blue) = 254+49+38=341 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.49% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 38 (15.23% from 255 or 11.14% from 341); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3126 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3126 is #01CED9. Grayscale: #6D6D6D. Windows color (decimal): -118490 or 2503166. OLE color: 2503166.

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

Color convert

RGB 254 49 38 -
CMYK 0 0.81 0.85 0.00
HSL 3.06º 0.99% 0.57% -
HSV(B) 3.06º 0.85% 1% -
XYZ 42.32 23.41 4.12 -
YUV 109.04 87.92 231.39 -
System Red Green Blue C M Y K H S L
Decimal 254 49 38 0 0.81 0.85 0.00 3.06 0.99 0.57
Hex FE 31 26 0 51 55 0 3 63 39
Octal 376 61 46 0 121 125 0 3 143 71
Binary 11111110 110001 100110 0 1010001 1010101 0 11 1100011 111001

Color Harmonies of #FE3126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3126

Black with #FE3126

Text Example


Text Example

White with #FE3126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3126; }

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

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

background-color css

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

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

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

border-color css

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

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

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