Html Css Color HEX #FF8201 Dark Orange

📋 copy color: '#FF8201'

red 255 ◦ green 130 ◦ blue 1

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

Shades of Dark Orange #FF8201

Tints of Dark Orange #FF8201

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.68%

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

R = 66.06%
G = 33.68%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FF8201 (or 0xFF8201) is known color: Dark Orange. HEX triplet: FF, 82 and 01. RGB value is (255,130,1). Sum of RGB (Red+Green+Blue) = 255+130+1=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 1 (0.78% from 255 or 0.26% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8201 is #007DFE. Grayscale: #999999. Windows color (decimal): -32255 or 99071. OLE color: 99071.

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

Color convert

RGB 255 130 1 -
CMYK 0 0.49 1.00 0
HSL 30.47º 1% 0.5% -
HSV(B) 30.47º 1% 1% -
XYZ 49.23 37.23 4.62 -
YUV 152.67 42.41 200.99 -
System Red Green Blue C M Y K H S L
Decimal 255 130 1 0 0.49 1.00 0 30.47 1 0.5
Hex FF 82 1 0 31 64 0 1E 64 32
Octal 377 202 1 0 61 144 0 36 144 62
Binary 11111111 10000010 1 0 110001 1100100 0 11110 1100100 110010

Color Harmonies of #FF8201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8201

Black with #FF8201

Text Example


Text Example

White with #FF8201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8201; }

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

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

background-color css

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

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

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

border-color css

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

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

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