#FE0706

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

Shades of Red #FE0706

Tints of Red #FE0706

Color information

#FE0706 (or 0xFE0706) is unknown color: approx Red. HEX triplet: FE, 07 and 06. RGB value is (254,7,6). Sum of RGB (Red+Green+Blue) = 254+7+6=267 (35% of max value = 765). Red value is 254 (99.61% from 255 or 95.13% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0706 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0706 is #01F8F9. Grayscale: #505050. Windows color (decimal): -129274 or 395262. OLE color: 395262.

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

Color convert

RGB25476-
CMYK00.970.980.00
HSL0.24º99.2%50.98%-
HSV(B)0.24º97.64%99.61%-
XYZ40.9821.242.11-
YUV80.7485.83251.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 95.13%
GREEN value IS 7 (3.12% from 255) = 2.62%
BLUE value IS 6 (2.73% from 255) = 2.25%
R=95.13%
G=2.62%
B=2.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.98
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547600.970.980.000.2499.250.98
HexFE7606162006333
Octal3767601411420014363
Binary11111110111110011000011100010001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE0706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE0706; }

 p { color: rgb(254,7,6); }

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

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

 a { background-color: rgb(254,7,6); }

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

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

 span { border-color: rgb(254,7,6); }

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