Html Css Color HEX #FE332C Red Orange

📋 copy color: '#FE332C'

red 254 ◦ green 51 ◦ blue 44

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

Shades of Red Orange #FE332C

Tints of Red Orange #FE332C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.61%

R = 72.78%
G = 14.61%
B = 12.61%

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

#FE332C (or 0xFE332C) is known color: Red Orange. HEX triplet: FE, 33 and 2C. RGB value is (254,51,44). Sum of RGB (Red+Green+Blue) = 254+51+44=349 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.78% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 44 (17.58% from 255 or 12.61% from 349); Max value from RGB is 254 - color contains mainly: red. Hex color #FE332C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE332C is #01CCD3. Grayscale: #6F6F6F. Windows color (decimal): -117972 or 2896894. OLE color: 2896894.

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

Color convert

RGB 254 51 44 -
CMYK 0 0.80 0.83 0.00
HSL 0.99% 0.58% -
HSV(B) 0.83% 1% -
XYZ 42.51 23.62 4.7 -
YUV 110.9 90.25 230.07 -
System Red Green Blue C M Y K H S L
Decimal 254 51 44 0 0.80 0.83 0.00 2 0.99 0.58
Hex FE 33 2C 0 50 53 0 2 63 3A
Octal 376 63 54 0 120 123 0 2 143 72
Binary 11111110 110011 101100 0 1010000 1010011 0 10 1100011 111010

Color Harmonies of #FE332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE332C

Black with #FE332C

Text Example


Text Example

White with #FE332C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE332C; }

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

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

background-color css

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

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

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

border-color css

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

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

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