Html Css Color HEX #FF8706 Dark Orange

📋 copy color: '#FF8706'

red 255 ◦ green 135 ◦ blue 6

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

Shades of Dark Orange #FF8706

Tints of Dark Orange #FF8706

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.09%

 BLUE value IS 6 (2.73% from 255) = 1.52%

R = 64.39%
G = 34.09%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF8706 (or 0xFF8706) is known color: Dark Orange. HEX triplet: FF, 87 and 06. RGB value is (255,135,6). Sum of RGB (Red+Green+Blue) = 255+135+6=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 6 (2.73% from 255 or 1.52% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8706 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8706 is #0078F9. Grayscale: #9C9C9C. Windows color (decimal): -30970 or 428031. OLE color: 428031.

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

Color convert

RGB 255 135 6 -
CMYK 0 0.47 0.98 0
HSL 31.08º 1% 0.51% -
HSV(B) 31.08º 0.98% 1% -
XYZ 49.94 38.6 4.99 -
YUV 156.17 43.26 198.49 -
System Red Green Blue C M Y K H S L
Decimal 255 135 6 0 0.47 0.98 0 31.08 1 0.51
Hex FF 87 6 0 2F 62 0 1F 64 33
Octal 377 207 6 0 57 142 0 37 144 63
Binary 11111111 10000111 110 0 101111 1100010 0 11111 1100100 110011

Color Harmonies of #FF8706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8706

Black with #FF8706

Text Example


Text Example

White with #FF8706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8706; }

 p { color: rgb(255,135,6); }

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

background-color css

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

 a { background-color: rgb(255,135,6); }

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

border-color css

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

 span { border-color: rgb(255,135,6); }

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