#FE7F07

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

Shades of Dark Orange #FE7F07

Tints of Dark Orange #FE7F07

Color information

#FE7F07 (or 0xFE7F07) is unknown color: approx Dark Orange. HEX triplet: FE, 7F and 07. RGB value is (254,127,7). Sum of RGB (Red+Green+Blue) = 254+127+7=388 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.46% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 7 (3.12% from 255 or 1.80% from 388); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7F07 is #0180F8. Grayscale: #979797. Windows color (decimal): -98553 or 491518. OLE color: 491518.

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

Color convert

RGB2541277-
CMYK00.500.970.00
HSL29.15º99.2%51.18%-
HSV(B)29.15º97.24%99.61%-
XYZ48.536.264.64-
YUV151.2946.58201.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 65.46%
GREEN value IS 127 (50% from 255) = 32.73%
BLUE value IS 7 (3.12% from 255) = 1.80%
R=65.46%
G=32.73%
B=1.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.97
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254127700.500.970.0029.1599.251.18
HexFE7F70326101d6333
Octal376177706214103514363
Binary111111101111111111011001011000010111011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7F07; }

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

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

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

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

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

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

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

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