Html Css Color HEX #FE3326 Red Orange

📋 copy color: '#FE3326'

red 254 ◦ green 51 ◦ blue 38

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

Shades of Red Orange #FE3326

Tints of Red Orange #FE3326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.08%

R = 74.05%
G = 14.87%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE3326 (or 0xFE3326) is known color: Red Orange. HEX triplet: FE, 33 and 26. RGB value is (254,51,38). Sum of RGB (Red+Green+Blue) = 254+51+38=343 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.05% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 38 (15.23% from 255 or 11.08% from 343); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3326 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3326 is #01CCD9. Grayscale: #6E6E6E. Windows color (decimal): -117978 or 2503678. OLE color: 2503678.

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

Color convert

RGB 254 51 38 -
CMYK 0 0.80 0.85 0.00
HSL 3.61º 0.99% 0.57% -
HSV(B) 3.61º 0.85% 1% -
XYZ 42.41 23.58 4.15 -
YUV 110.22 87.25 230.56 -
System Red Green Blue C M Y K H S L
Decimal 254 51 38 0 0.80 0.85 0.00 3.61 0.99 0.57
Hex FE 33 26 0 50 55 0 4 63 39
Octal 376 63 46 0 120 125 0 4 143 71
Binary 11111110 110011 100110 0 1010000 1010101 0 100 1100011 111001

Color Harmonies of #FE3326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3326

Black with #FE3326

Text Example


Text Example

White with #FE3326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3326; }

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

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

background-color css

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

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

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

border-color css

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

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

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