Html Css Color HEX #FE332A Red Orange

📋 copy color: '#FE332A'

red 254 ◦ green 51 ◦ blue 42

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

Shades of Red Orange #FE332A

Tints of Red Orange #FE332A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.1%

R = 73.2%
G = 14.7%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FE332A (or 0xFE332A) is known color: Red Orange. HEX triplet: FE, 33 and 2A. RGB value is (254,51,42). Sum of RGB (Red+Green+Blue) = 254+51+42=347 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.20% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 254 - color contains mainly: red. Hex color #FE332A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE332A is #01CCD5. Grayscale: #6E6E6E. Windows color (decimal): -117974 or 2765822. OLE color: 2765822.

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

Color convert

RGB 254 51 42 -
CMYK 0 0.80 0.83 0.00
HSL 2.55º 0.99% 0.58% -
HSV(B) 2.55º 0.83% 1% -
XYZ 42.47 23.61 4.51 -
YUV 110.67 89.25 230.23 -
System Red Green Blue C M Y K H S L
Decimal 254 51 42 0 0.80 0.83 0.00 2.55 0.99 0.58
Hex FE 33 2A 0 50 53 0 3 63 3A
Octal 376 63 52 0 120 123 0 3 143 72
Binary 11111110 110011 101010 0 1010000 1010011 0 11 1100011 111010

Color Harmonies of #FE332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE332A

Black with #FE332A

Text Example


Text Example

White with #FE332A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE332A; }

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

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

background-color css

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

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

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

border-color css

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

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

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