Html Css Color HEX #FF8501 Dark Orange

📋 copy color: '#FF8501'

red 255 ◦ green 133 ◦ blue 1

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

Shades of Dark Orange #FF8501

Tints of Dark Orange #FF8501

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.19%

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 65.55%
G = 34.19%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FF8501 (or 0xFF8501) is known color: Dark Orange. HEX triplet: FF, 85 and 01. RGB value is (255,133,1). Sum of RGB (Red+Green+Blue) = 255+133+1=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 1 (0.78% from 255 or 0.26% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8501 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8501 is #007AFE. Grayscale: #9B9B9B. Windows color (decimal): -31487 or 99839. OLE color: 99839.

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

Color convert

RGB 255 133 1 -
CMYK 0 0.48 1.00 0
HSL 31.18º 1% 0.5% -
HSV(B) 31.18º 1% 1% -
XYZ 49.63 38.04 4.75 -
YUV 154.43 41.42 199.73 -
System Red Green Blue C M Y K H S L
Decimal 255 133 1 0 0.48 1.00 0 31.18 1 0.5
Hex FF 85 1 0 30 64 0 1F 64 32
Octal 377 205 1 0 60 144 0 37 144 62
Binary 11111111 10000101 1 0 110000 1100100 0 11111 1100100 110010

Color Harmonies of #FF8501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8501

Black with #FF8501

Text Example


Text Example

White with #FF8501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8501; }

 p { color: rgb(255,133,1); }

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

background-color css

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

 a { background-color: rgb(255,133,1); }

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

border-color css

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

 span { border-color: rgb(255,133,1); }

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