Html Css Color HEX #FE3328 Red Orange

📋 copy color: '#FE3328'

red 254 ◦ green 51 ◦ blue 40

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

Shades of Red Orange #FE3328

Tints of Red Orange #FE3328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.59%

R = 73.62%
G = 14.78%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FE3328 (or 0xFE3328) is known color: Red Orange. HEX triplet: FE, 33 and 28. RGB value is (254,51,40). Sum of RGB (Red+Green+Blue) = 254+51+40=345 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.62% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3328 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3328 is #01CCD7. Grayscale: #6E6E6E. Windows color (decimal): -117976 or 2634750. OLE color: 2634750.

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

Color convert

RGB 254 51 40 -
CMYK 0 0.80 0.84 0.00
HSL 3.08º 0.99% 0.58% -
HSV(B) 3.08º 0.84% 1% -
XYZ 42.44 23.59 4.32 -
YUV 110.44 88.25 230.39 -
System Red Green Blue C M Y K H S L
Decimal 254 51 40 0 0.80 0.84 0.00 3.08 0.99 0.58
Hex FE 33 28 0 50 54 0 3 63 3A
Octal 376 63 50 0 120 124 0 3 143 72
Binary 11111110 110011 101000 0 1010000 1010100 0 11 1100011 111010

Color Harmonies of #FE3328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3328

Black with #FE3328

Text Example


Text Example

White with #FE3328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3328; }

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

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

background-color css

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

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

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

border-color css

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

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

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