Html Css Color HEX #FF8700 Dark Orange

📋 copy color: '#FF8700'

red 255 ◦ green 135 ◦ blue 0

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

Shades of Dark Orange #FF8700

Tints of Dark Orange #FF8700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.38%
G = 34.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FF8700 (or 0xFF8700) is known color: Dark Orange. HEX triplet: FF, 87 and 00. RGB value is (255,135,0). Sum of RGB (Red+Green+Blue) = 255+135+0=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 0 (0.39% from 255 or 0% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8700 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8700 is #0078FF. Grayscale: #9C9C9C. Windows color (decimal): -30976 or 34815. OLE color: 34815.

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

Color convert

RGB 255 135 0 -
CMYK 0 0.47 1 0
HSL 31.76º 1% 0.5% -
HSV(B) 31.76º 1% 1% -
XYZ 49.9 38.59 4.82 -
YUV 155.49 40.26 198.98 -
System Red Green Blue C M Y K H S L
Decimal 255 135 0 0 0.47 1 0 31.76 1 0.5
Hex FF 87 0 0 2F 64 0 20 64 32
Octal 377 207 0 0 57 144 0 40 144 62
Binary 11111111 10000111 0 0 101111 1100100 0 100000 1100100 110010

Color Harmonies of #FF8700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8700

Black with #FF8700

Text Example


Text Example

White with #FF8700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8700; }

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

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

background-color css

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

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

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

border-color css

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

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

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