Html Css Color HEX #FF840B Dark Orange

📋 copy color: '#FF840B'

red 255 ◦ green 132 ◦ blue 11

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

Shades of Dark Orange #FF840B

Tints of Dark Orange #FF840B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.76%

R = 64.07%
G = 33.17%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF840B (or 0xFF840B) is known color: Dark Orange. HEX triplet: FF, 84 and 0B. RGB value is (255,132,11). Sum of RGB (Red+Green+Blue) = 255+132+11=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 11 (4.69% from 255 or 2.76% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF840B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF840B is #007BF4. Grayscale: #9B9B9B. Windows color (decimal): -31733 or 754943. OLE color: 754943.

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

Color convert

RGB 255 132 11 -
CMYK 0 0.48 0.96 0
HSL 29.75º 1% 0.52% -
HSV(B) 29.75º 0.96% 1% -
XYZ 49.55 37.79 5 -
YUV 154.98 46.75 199.34 -
System Red Green Blue C M Y K H S L
Decimal 255 132 11 0 0.48 0.96 0 29.75 1 0.52
Hex FF 84 B 0 30 60 0 1E 64 34
Octal 377 204 13 0 60 140 0 36 144 64
Binary 11111111 10000100 1011 0 110000 1100000 0 11110 1100100 110100

Color Harmonies of #FF840B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF840B

Black with #FF840B

Text Example


Text Example

White with #FF840B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF840B; }

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

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

background-color css

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

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

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

border-color css

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

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

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