Html Css Color HEX #FF8606 Dark Orange

📋 copy color: '#FF8606'

red 255 ◦ green 134 ◦ blue 6

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

Shades of Dark Orange #FF8606

Tints of Dark Orange #FF8606

RGB

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

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

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

R = 64.56%
G = 33.92%
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

#FF8606 (or 0xFF8606) is known color: Dark Orange. HEX triplet: FF, 86 and 06. RGB value is (255,134,6). Sum of RGB (Red+Green+Blue) = 255+134+6=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 6 (2.73% from 255 or 1.52% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8606 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8606 is #0079F9. Grayscale: #9C9C9C. Windows color (decimal): -31226 or 427775. OLE color: 427775.

HSL color Cylindrical-coordinate representation of color #FF8606: hue angle of 30.84º 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 #FF8606 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 255 134 6 -
CMYK 0 0.47 0.98 0
HSL 30.84º 1% 0.51% -
HSV(B) 30.84º 0.98% 1% -
XYZ 49.8 38.32 4.94 -
YUV 155.59 43.59 198.91 -
System Red Green Blue C M Y K H S L
Decimal 255 134 6 0 0.47 0.98 0 30.84 1 0.51
Hex FF 86 6 0 2F 62 0 1F 64 33
Octal 377 206 6 0 57 142 0 37 144 63
Binary 11111111 10000110 110 0 101111 1100010 0 11111 1100100 110011

Color Harmonies of #FF8606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8606

Black with #FF8606

Text Example


Text Example

White with #FF8606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8606; }

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

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

background-color css

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

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

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

border-color css

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

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

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