#FE8F0C

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

Shades of Dark Orange #FE8F0C

Tints of Dark Orange #FE8F0C

Color information

#FE8F0C (or 0xFE8F0C) is unknown color: approx Dark Orange. HEX triplet: FE, 8F and 0C. RGB value is (254,143,12). Sum of RGB (Red+Green+Blue) = 254+143+12=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 12 (5.08% from 255 or 2.93% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8F0C is #0170F3. Grayscale: #A1A1A1. Windows color (decimal): -94452 or 823294. OLE color: 823294.

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

Color convert

RGB25414312-
CMYK00.440.950.00
HSL32.48º99.18%52.16%-
HSV(B)32.48º95.28%99.61%-
XYZ50.7640.745.54-
YUV161.2643.77194.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 62.10%
GREEN value IS 143 (56.25% from 255) = 34.96%
BLUE value IS 12 (5.08% from 255) = 2.93%
R=62.10%
G=34.96%
B=2.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.95
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541431200.440.950.0032.4899.1852.16
HexFE8FC02C5F0206334
Octal3762171405413704014364
Binary111111101000111111000101100101111101000001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8F0C; }

 p { color: rgb(254,143,12); }

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

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

 a { background-color: rgb(254,143,12); }

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

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

 span { border-color: rgb(254,143,12); }

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