#FF8B14

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

Shades of Dark Orange #FF8B14

Tints of Dark Orange #FF8B14

Color information

#FF8B14 (or 0xFF8B14) is unknown color: approx Dark Orange. HEX triplet: FF, 8B and 14. RGB value is (255,139,20). Sum of RGB (Red+Green+Blue) = 255+139+20=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 20 (8.20% from 255 or 4.83% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8B14 is #0074EB. Grayscale: #A0A0A0. Windows color (decimal): -29932 or 1346559. OLE color: 1346559.

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

Color convert

RGB25513920-
CMYK00.450.920
HSL30.38º100%53.92%-
HSV(B)30.38º92.16%100%-
XYZ50.639.785.67-
YUV160.1248.93195.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.59%
GREEN value IS 139 (54.69% from 255) = 33.57%
BLUE value IS 20 (8.20% from 255) = 4.83%
R=61.59%
G=33.57%
B=4.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.92
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551392000.450.92030.3810053.92
HexFF8B1402D5C01e6436
Octal3772132405513403614466
Binary111111111000101110100010110110111000111101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8B14; }

 p { color: rgb(255,139,20); }

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

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

 a { background-color: rgb(255,139,20); }

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

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

 span { border-color: rgb(255,139,20); }

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