#FE3705

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

Shades of Orange Red #FE3705

Tints of Orange Red #FE3705

Color information

#FE3705 (or 0xFE3705) is unknown color: approx Orange Red. HEX triplet: FE, 37 and 05. RGB value is (254,55,5). Sum of RGB (Red+Green+Blue) = 254+55+5=314 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.89% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 5 (2.34% from 255 or 1.59% from 314); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3705 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3705 is #01C8FA. Grayscale: #6D6D6D. Windows color (decimal): -116987 or 342014. OLE color: 342014.

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

Color convert

RGB254555-
CMYK00.780.980.00
HSL12.05º99.2%50.78%-
HSV(B)12.05º98.03%99.61%-
XYZ42.2723.812.51-
YUV108.869.43231.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 80.89%
GREEN value IS 55 (21.88% from 255) = 17.52%
BLUE value IS 5 (2.34% from 255) = 1.59%
R=80.89%
G=17.52%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.98
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25455500.780.980.0012.0599.250.78
HexFE37504E620c6333
Octal376675011614201414363
Binary11111110110111101010011101100010011001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE3705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE3705; }

 p { color: rgb(254,55,5); }

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

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

 a { background-color: rgb(254,55,5); }

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

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

 span { border-color: rgb(254,55,5); }

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