Html Css Color HEX #FE2A1F Red Orange

📋 copy color: '#FE2A1F'

red 254 ◦ green 42 ◦ blue 31

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

Shades of Red Orange #FE2A1F

Tints of Red Orange #FE2A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.48%

R = 77.68%
G = 12.84%
B = 9.48%

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

#FE2A1F (or 0xFE2A1F) is known color: Red Orange. HEX triplet: FE, 2A and 1F. RGB value is (254,42,31). Sum of RGB (Red+Green+Blue) = 254+42+31=327 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.68% from 327); Green value is 42 (16.80% from 255 or 12.84% from 327); Blue value is 31 (12.5% from 255 or 9.48% from 327); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2A1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2A1F is #01D5E0. Grayscale: #686868. Windows color (decimal): -120289 or 2042622. OLE color: 2042622.

HSL color Cylindrical-coordinate representation of color #FE2A1F: hue angle of 2.96º 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 #FE2A1F is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 42 31 -
CMYK 0 0.83 0.88 0.00
HSL 2.96º 0.99% 0.56% -
HSV(B) 2.96º 0.88% 1% -
XYZ 41.95 22.83 3.49 -
YUV 104.13 86.74 234.89 -
System Red Green Blue C M Y K H S L
Decimal 254 42 31 0 0.83 0.88 0.00 2.96 0.99 0.56
Hex FE 2A 1F 0 53 58 0 3 63 38
Octal 376 52 37 0 123 130 0 3 143 70
Binary 11111110 101010 11111 0 1010011 1011000 0 11 1100011 111000

Color Harmonies of #FE2A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2A1F

Black with #FE2A1F

Text Example


Text Example

White with #FE2A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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