Html Css Color HEX #FE3324 Red Orange

📋 copy color: '#FE3324'

red 254 ◦ green 51 ◦ blue 36

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

Shades of Red Orange #FE3324

Tints of Red Orange #FE3324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.56%

R = 74.49%
G = 14.96%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.00

RGB Variations

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

Color information

#FE3324 (or 0xFE3324) is known color: Red Orange. HEX triplet: FE, 33 and 24. RGB value is (254,51,36). Sum of RGB (Red+Green+Blue) = 254+51+36=341 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.49% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 36 (14.45% from 255 or 10.56% from 341); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3324 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3324 is #01CCDB. Grayscale: #6E6E6E. Windows color (decimal): -117980 or 2372606. OLE color: 2372606.

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

Color convert

RGB 254 51 36 -
CMYK 0 0.80 0.86 0.00
HSL 4.13º 0.99% 0.57% -
HSV(B) 4.13º 0.86% 1% -
XYZ 42.38 23.57 3.98 -
YUV 109.99 86.25 230.72 -
System Red Green Blue C M Y K H S L
Decimal 254 51 36 0 0.80 0.86 0.00 4.13 0.99 0.57
Hex FE 33 24 0 50 56 0 4 63 39
Octal 376 63 44 0 120 126 0 4 143 71
Binary 11111110 110011 100100 0 1010000 1010110 0 100 1100011 111001

Color Harmonies of #FE3324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3324

Black with #FE3324

Text Example


Text Example

White with #FE3324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3324; }

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

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

background-color css

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

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

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

border-color css

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

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

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