Html Css Color HEX #FF840E Dark Orange

📋 copy color: '#FF840E'

red 255 ◦ green 132 ◦ blue 14

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

Shades of Dark Orange #FF840E

Tints of Dark Orange #FF840E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.92%

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

R = 63.59%
G = 32.92%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF840E (or 0xFF840E) is known color: Dark Orange. HEX triplet: FF, 84 and 0E. RGB value is (255,132,14). Sum of RGB (Red+Green+Blue) = 255+132+14=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 14 (5.86% from 255 or 3.49% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF840E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF840E is #007BF1. Grayscale: #9B9B9B. Windows color (decimal): -31730 or 951551. OLE color: 951551.

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

Color convert

RGB 255 132 14 -
CMYK 0 0.48 0.95 0
HSL 29.38º 1% 0.53% -
HSV(B) 29.38º 0.95% 1% -
XYZ 49.57 37.79 5.1 -
YUV 155.33 48.25 199.09 -
System Red Green Blue C M Y K H S L
Decimal 255 132 14 0 0.48 0.95 0 29.38 1 0.53
Hex FF 84 E 0 30 5F 0 1D 64 35
Octal 377 204 16 0 60 137 0 35 144 65
Binary 11111111 10000100 1110 0 110000 1011111 0 11101 1100100 110101

Color Harmonies of #FF840E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF840E

Black with #FF840E

Text Example


Text Example

White with #FF840E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF840E; }

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

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

background-color css

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

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

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

border-color css

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

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

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