Html Css Color HEX #FE281F Red Orange

📋 copy color: '#FE281F'

red 254 ◦ green 40 ◦ blue 31

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

Shades of Red Orange #FE281F

Tints of Red Orange #FE281F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.31%

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

R = 78.15%
G = 12.31%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE281F (or 0xFE281F) is known color: Red Orange. HEX triplet: FE, 28 and 1F. RGB value is (254,40,31). Sum of RGB (Red+Green+Blue) = 254+40+31=325 (43% of max value = 765). Red value is 254 (99.61% from 255 or 78.15% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 254 - color contains mainly: red. Hex color #FE281F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE281F is #01D7E0. Grayscale: #676767. Windows color (decimal): -120801 or 2042110. OLE color: 2042110.

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

Color convert

RGB 254 40 31 -
CMYK 0 0.84 0.88 0.00
HSL 2.42º 0.99% 0.56% -
HSV(B) 2.42º 0.88% 1% -
XYZ 41.88 22.69 3.47 -
YUV 102.96 87.4 235.73 -
System Red Green Blue C M Y K H S L
Decimal 254 40 31 0 0.84 0.88 0.00 2.42 0.99 0.56
Hex FE 28 1F 0 54 58 0 2 63 38
Octal 376 50 37 0 124 130 0 2 143 70
Binary 11111110 101000 11111 0 1010100 1011000 0 10 1100011 111000

Color Harmonies of #FE281F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE281F

Black with #FE281F

Text Example


Text Example

White with #FE281F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE281F; }

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

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

background-color css

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

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

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

border-color css

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

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

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