Html Css Color HEX #FF870E Dark Orange

📋 copy color: '#FF870E'

red 255 ◦ green 135 ◦ blue 14

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

Shades of Dark Orange #FF870E

Tints of Dark Orange #FF870E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.47%

R = 63.12%
G = 33.42%
B = 3.47%

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

#FF870E (or 0xFF870E) is known color: Dark Orange. HEX triplet: FF, 87 and 0E. RGB value is (255,135,14). Sum of RGB (Red+Green+Blue) = 255+135+14=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 14 (5.86% from 255 or 3.47% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF870E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF870E is #0078F1. Grayscale: #9D9D9D. Windows color (decimal): -30962 or 952319. OLE color: 952319.

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

Color convert

RGB 255 135 14 -
CMYK 0 0.47 0.95 0
HSL 30.12º 1% 0.53% -
HSV(B) 30.12º 0.95% 1% -
XYZ 49.98 38.62 5.24 -
YUV 157.09 47.26 197.84 -
System Red Green Blue C M Y K H S L
Decimal 255 135 14 0 0.47 0.95 0 30.12 1 0.53
Hex FF 87 E 0 2F 5F 0 1E 64 35
Octal 377 207 16 0 57 137 0 36 144 65
Binary 11111111 10000111 1110 0 101111 1011111 0 11110 1100100 110101

Color Harmonies of #FF870E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF870E

Black with #FF870E

Text Example


Text Example

White with #FF870E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF870E; }

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

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

background-color css

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

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

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

border-color css

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

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

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