Html Css Color HEX #FE271F Red Orange

📋 copy color: '#FE271F'

red 254 ◦ green 39 ◦ blue 31

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

Shades of Red Orange #FE271F

Tints of Red Orange #FE271F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.04%

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

R = 78.4%
G = 12.04%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE271F (or 0xFE271F) is known color: Red Orange. HEX triplet: FE, 27 and 1F. RGB value is (254,39,31). Sum of RGB (Red+Green+Blue) = 254+39+31=324 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.40% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 254 - color contains mainly: red. Hex color #FE271F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE271F is #01D8E0. Grayscale: #666666. Windows color (decimal): -121057 or 2041854. OLE color: 2041854.

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

Color convert

RGB 254 39 31 -
CMYK 0 0.85 0.88 0.00
HSL 2.15º 0.99% 0.56% -
HSV(B) 2.15º 0.88% 1% -
XYZ 41.85 22.62 3.46 -
YUV 102.37 87.73 236.15 -
System Red Green Blue C M Y K H S L
Decimal 254 39 31 0 0.85 0.88 0.00 2.15 0.99 0.56
Hex FE 27 1F 0 55 58 0 2 63 38
Octal 376 47 37 0 125 130 0 2 143 70
Binary 11111110 100111 11111 0 1010101 1011000 0 10 1100011 111000

Color Harmonies of #FE271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE271F

Black with #FE271F

Text Example


Text Example

White with #FE271F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE271F; }

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

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

background-color css

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

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

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

border-color css

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

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

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