Html Css Color HEX #FF8A06 Dark Orange

📋 copy color: '#FF8A06'

red 255 ◦ green 138 ◦ blue 6

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

Shades of Dark Orange #FF8A06

Tints of Dark Orange #FF8A06

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.59%

 BLUE value IS 6 (2.73% from 255) = 1.5%

R = 63.91%
G = 34.59%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF8A06 (or 0xFF8A06) is known color: Dark Orange. HEX triplet: FF, 8A and 06. RGB value is (255,138,6). Sum of RGB (Red+Green+Blue) = 255+138+6=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 6 (2.73% from 255 or 1.50% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8A06 is #0075F9. Grayscale: #9E9E9E. Windows color (decimal): -30202 or 428799. OLE color: 428799.

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

Color convert

RGB 255 138 6 -
CMYK 0 0.46 0.98 0
HSL 31.81º 1% 0.51% -
HSV(B) 31.81º 0.98% 1% -
XYZ 50.36 39.45 5.13 -
YUV 157.94 42.26 197.23 -
System Red Green Blue C M Y K H S L
Decimal 255 138 6 0 0.46 0.98 0 31.81 1 0.51
Hex FF 8A 6 0 2E 62 0 20 64 33
Octal 377 212 6 0 56 142 0 40 144 63
Binary 11111111 10001010 110 0 101110 1100010 0 100000 1100100 110011

Color Harmonies of #FF8A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8A06

Black with #FF8A06

Text Example


Text Example

White with #FF8A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8A06; }

 p { color: rgb(255,138,6); }

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

background-color css

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

 a { background-color: rgb(255,138,6); }

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

border-color css

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

 span { border-color: rgb(255,138,6); }

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