Html Css Color HEX #FF860D Dark Orange

📋 copy color: '#FF860D'

red 255 ◦ green 134 ◦ blue 13

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

Shades of Dark Orange #FF860D

Tints of Dark Orange #FF860D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.23%

R = 63.43%
G = 33.33%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF860D (or 0xFF860D) is known color: Dark Orange. HEX triplet: FF, 86 and 0D. RGB value is (255,134,13). Sum of RGB (Red+Green+Blue) = 255+134+13=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 13 (5.47% from 255 or 3.23% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF860D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF860D is #0079F2. Grayscale: #9C9C9C. Windows color (decimal): -31219 or 886527. OLE color: 886527.

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

Color convert

RGB 255 134 13 -
CMYK 0 0.47 0.95 0
HSL 30º 1% 0.53% -
HSV(B) 30º 0.95% 1% -
XYZ 49.84 38.34 5.15 -
YUV 156.39 47.09 198.34 -
System Red Green Blue C M Y K H S L
Decimal 255 134 13 0 0.47 0.95 0 30 1 0.53
Hex FF 86 D 0 2F 5F 0 1E 64 35
Octal 377 206 15 0 57 137 0 36 144 65
Binary 11111111 10000110 1101 0 101111 1011111 0 11110 1100100 110101

Color Harmonies of #FF860D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF860D

Black with #FF860D

Text Example


Text Example

White with #FF860D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF860D; }

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

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

background-color css

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

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

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

border-color css

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

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

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