Html Css Color HEX #FF8B0B Dark Orange

📋 copy color: '#FF8B0B'

red 255 ◦ green 139 ◦ blue 11

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

Shades of Dark Orange #FF8B0B

Tints of Dark Orange #FF8B0B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.32%

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

R = 62.96%
G = 34.32%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF8B0B (or 0xFF8B0B) is known color: Dark Orange. HEX triplet: FF, 8B and 0B. RGB value is (255,139,11). Sum of RGB (Red+Green+Blue) = 255+139+11=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 11 (4.69% from 255 or 2.72% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8B0B is #0074F4. Grayscale: #9F9F9F. Windows color (decimal): -29941 or 756735. OLE color: 756735.

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

Color convert

RGB 255 139 11 -
CMYK 0 0.45 0.96 0
HSL 31.48º 1% 0.52% -
HSV(B) 31.48º 0.96% 1% -
XYZ 50.53 39.75 5.33 -
YUV 159.09 44.43 196.41 -
System Red Green Blue C M Y K H S L
Decimal 255 139 11 0 0.45 0.96 0 31.48 1 0.52
Hex FF 8B B 0 2D 60 0 1F 64 34
Octal 377 213 13 0 55 140 0 37 144 64
Binary 11111111 10001011 1011 0 101101 1100000 0 11111 1100100 110100

Color Harmonies of #FF8B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8B0B

Black with #FF8B0B

Text Example


Text Example

White with #FF8B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8B0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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