Html Css Color HEX #FE331A Red Orange

📋 copy color: '#FE331A'

red 254 ◦ green 51 ◦ blue 26

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

Shades of Red Orange #FE331A

Tints of Red Orange #FE331A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.41%

 BLUE value IS 26 (10.55% from 255) = 7.85%

R = 76.74%
G = 15.41%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FE331A (or 0xFE331A) is known color: Red Orange. HEX triplet: FE, 33 and 1A. RGB value is (254,51,26). Sum of RGB (Red+Green+Blue) = 254+51+26=331 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.74% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 254 - color contains mainly: red. Hex color #FE331A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE331A is #01CCE5. Grayscale: #6D6D6D. Windows color (decimal): -117990 or 1717246. OLE color: 1717246.

HSL color Cylindrical-coordinate representation of color #FE331A: hue angle of 6.58º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE331A is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 51 26 -
CMYK 0 0.80 0.90 0.00
HSL 6.58º 0.99% 0.55% -
HSV(B) 6.58º 0.9% 1% -
XYZ 42.24 23.51 3.29 -
YUV 108.85 81.25 231.53 -
System Red Green Blue C M Y K H S L
Decimal 254 51 26 0 0.80 0.90 0.00 6.58 0.99 0.55
Hex FE 33 1A 0 50 5A 0 7 63 37
Octal 376 63 32 0 120 132 0 7 143 67
Binary 11111110 110011 11010 0 1010000 1011010 0 111 1100011 110111

Color Harmonies of #FE331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE331A

Black with #FE331A

Text Example


Text Example

White with #FE331A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE331A; }

 p { color: rgb(254,51,26); }

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

background-color css

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

 a { background-color: rgb(254,51,26); }

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

border-color css

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

 span { border-color: rgb(254,51,26); }

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