Html Css Color HEX #FF860F Dark Orange

📋 copy color: '#FF860F'

red 255 ◦ green 134 ◦ blue 15

#FF860F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orange #FF860F

Tints of Dark Orange #FF860F

RGB

 RED value IS 255 (100% from 255) = 63.12%

 GREEN value IS 134 (52.73% from 255) = 33.17%

 BLUE value IS 15 (6.25% from 255) = 3.71%

R = 63.12%
G = 33.17%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF860F (or 0xFF860F) is known color: Dark Orange. HEX triplet: FF, 86 and 0F. RGB value is (255,134,15). Sum of RGB (Red+Green+Blue) = 255+134+15=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 15 (6.25% from 255 or 3.71% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF860F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF860F is #0079F0. Grayscale: #9D9D9D. Windows color (decimal): -31217 or 1017599. OLE color: 1017599.

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

Color convert

RGB 255 134 15 -
CMYK 0 0.47 0.94 0
HSL 29.75º 1% 0.53% -
HSV(B) 29.75º 0.94% 1% -
XYZ 49.85 38.34 5.23 -
YUV 156.61 48.09 198.18 -
System Red Green Blue C M Y K H S L
Decimal 255 134 15 0 0.47 0.94 0 29.75 1 0.53
Hex FF 86 F 0 2F 5E 0 1E 64 35
Octal 377 206 17 0 57 136 0 36 144 65
Binary 11111111 10000110 1111 0 101111 1011110 0 11110 1100100 110101

Color Harmonies of #FF860F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF860F

Black with #FF860F

Text Example


Text Example

White with #FF860F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF860F; }

 p { color: rgb(255,134,15); }

 H1.HeaderClassName
 {
   color: #FF860F;
 }
 .AnyTagClassName
 {
   color: #FF860F;
 }
</style>

background-color css

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

 a { background-color: rgb(255,134,15); }

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

border-color css

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

 span { border-color: rgb(255,134,15); }

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