#FE0A00

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

Shades of Red #FE0A00

Tints of Red #FE0A00

Color information

#FE0A00 (or 0xFE0A00) is unknown color: approx Red. HEX triplet: FE, 0A and 00. RGB value is (254,10,0). Sum of RGB (Red+Green+Blue) = 254+10+0=264 (34% of max value = 765). Red value is 254 (99.61% from 255 or 96.21% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0A00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0A00 is #01F5FF. Grayscale: #525252. Windows color (decimal): -128512 or 2814. OLE color: 2814.

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

Color convert

RGB254100-
CMYK00.9610.00
HSL2.36º100%49.8%-
HSV(B)2.36º100%99.61%-
XYZ40.9821.291.95-
YUV81.8281.84250.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 96.21%
GREEN value IS 10 (4.30% from 255) = 3.79%
BLUE value IS 0 (0.39% from 255) = 0%
R=96.21%
G=3.79%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 1
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410000.9610.002.3610049.8
HexFEA006064026432
Octal37612001401440214462
Binary11111110101000110000011001000101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE0A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE0A00; }

 p { color: rgb(254,10,0); }

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

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

 a { background-color: rgb(254,10,0); }

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

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

 span { border-color: rgb(254,10,0); }

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