Html Css Color HEX #FE2A1E Red Orange

📋 copy color: '#FE2A1E'

red 254 ◦ green 42 ◦ blue 30

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

Shades of Red Orange #FE2A1E

Tints of Red Orange #FE2A1E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.88%

 BLUE value IS 30 (12.11% from 255) = 9.2%

R = 77.91%
G = 12.88%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE2A1E (or 0xFE2A1E) is known color: Red Orange. HEX triplet: FE, 2A and 1E. RGB value is (254,42,30). Sum of RGB (Red+Green+Blue) = 254+42+30=326 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.91% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 30 (12.11% from 255 or 9.20% from 326); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2A1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2A1E is #01D5E1. Grayscale: #686868. Windows color (decimal): -120290 or 1977086. OLE color: 1977086.

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

Color convert

RGB 254 42 30 -
CMYK 0 0.83 0.88 0.00
HSL 3.21º 0.99% 0.56% -
HSV(B) 3.21º 0.88% 1% -
XYZ 41.94 22.82 3.42 -
YUV 104.02 86.24 234.98 -
System Red Green Blue C M Y K H S L
Decimal 254 42 30 0 0.83 0.88 0.00 3.21 0.99 0.56
Hex FE 2A 1E 0 53 58 0 3 63 38
Octal 376 52 36 0 123 130 0 3 143 70
Binary 11111110 101010 11110 0 1010011 1011000 0 11 1100011 111000

Color Harmonies of #FE2A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2A1E

Black with #FE2A1E

Text Example


Text Example

White with #FE2A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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