Html Css Color HEX #FF8B05 Dark Orange

📋 copy color: '#FF8B05'

red 255 ◦ green 139 ◦ blue 5

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

Shades of Dark Orange #FF8B05

Tints of Dark Orange #FF8B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.25%

R = 63.91%
G = 34.84%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF8B05 (or 0xFF8B05) is known color: Dark Orange. HEX triplet: FF, 8B and 05. RGB value is (255,139,5). Sum of RGB (Red+Green+Blue) = 255+139+5=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 5 (2.34% from 255 or 1.25% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8B05 is #0074FA. Grayscale: #9F9F9F. Windows color (decimal): -29947 or 363519. OLE color: 363519.

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

Color convert

RGB 255 139 5 -
CMYK 0 0.45 0.98 0
HSL 32.16º 1% 0.51% -
HSV(B) 32.16º 0.98% 1% -
XYZ 50.5 39.74 5.15 -
YUV 158.41 41.43 196.9 -
System Red Green Blue C M Y K H S L
Decimal 255 139 5 0 0.45 0.98 0 32.16 1 0.51
Hex FF 8B 5 0 2D 62 0 20 64 33
Octal 377 213 5 0 55 142 0 40 144 63
Binary 11111111 10001011 101 0 101101 1100010 0 100000 1100100 110011

Color Harmonies of #FF8B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8B05

Black with #FF8B05

Text Example


Text Example

White with #FF8B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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