#FE3223

Color #FE3223 Red Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Orange #FE3223

Tints of Red Orange #FE3223

Color information

#FE3223 (or 0xFE3223) is unknown color: approx Red Orange. HEX triplet: FE, 32 and 23. RGB value is (254,50,35). Sum of RGB (Red+Green+Blue) = 254+50+35=339 (44% of max value = 765). Red value is 254 (99.61% from 255 or 74.93% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3223 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3223 is #01CDDC. Grayscale: #6D6D6D. Windows color (decimal): -118237 or 2306814. OLE color: 2306814.

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

Color convert

RGB2545035-
CMYK00.800.860.00
HSL4.11º99.1%56.67%-
HSV(B)4.11º86.22%99.61%-
XYZ42.3223.473.89-
YUV109.2986.09231.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 74.93%
GREEN value IS 50 (19.92% from 255) = 14.75%
BLUE value IS 35 (14.06% from 255) = 10.32%
R=74.93%
G=14.75%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.86
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254503500.800.860.004.1199.156.67
HexFE322305056046339
Octal376624301201260414371
Binary1111111011001010001101010000101011001001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE3223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE3223; }

 p { color: rgb(254,50,35); }

 H1.HeaderClassName
 {
   color: #FE3223;
 }
 .AnyTagClassName
 {
   color: #FE3223;
 }
</style>
background-color css

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

 a { background-color: rgb(254,50,35); }

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

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

 span { border-color: rgb(254,50,35); }

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