Html Css Color HEX #FE331E Red Orange

📋 copy color: '#FE331E'

red 254 ◦ green 51 ◦ blue 30

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

Shades of Red Orange #FE331E

Tints of Red Orange #FE331E

RGB

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

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

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

R = 75.82%
G = 15.22%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE331E (or 0xFE331E) is known color: Red Orange. HEX triplet: FE, 33 and 1E. RGB value is (254,51,30). Sum of RGB (Red+Green+Blue) = 254+51+30=335 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.82% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 254 - color contains mainly: red. Hex color #FE331E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE331E is #01CCE1. Grayscale: #6D6D6D. Windows color (decimal): -117986 or 1979390. OLE color: 1979390.

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

Color convert

RGB 254 51 30 -
CMYK 0 0.80 0.88 0.00
HSL 5.63º 0.99% 0.56% -
HSV(B) 5.63º 0.88% 1% -
XYZ 42.29 23.53 3.54 -
YUV 109.3 83.25 231.21 -
System Red Green Blue C M Y K H S L
Decimal 254 51 30 0 0.80 0.88 0.00 5.63 0.99 0.56
Hex FE 33 1E 0 50 58 0 6 63 38
Octal 376 63 36 0 120 130 0 6 143 70
Binary 11111110 110011 11110 0 1010000 1011000 0 110 1100011 111000

Color Harmonies of #FE331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE331E

Black with #FE331E

Text Example


Text Example

White with #FE331E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE331E; }

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

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

background-color css

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

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

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

border-color css

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

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

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