Html Css Color HEX #FF8A05 Dark Orange

📋 copy color: '#FF8A05'

red 255 ◦ green 138 ◦ blue 5

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

Shades of Dark Orange #FF8A05

Tints of Dark Orange #FF8A05

RGB

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

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

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

R = 64.07%
G = 34.67%
B = 1.26%

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

#FF8A05 (or 0xFF8A05) is known color: Dark Orange. HEX triplet: FF, 8A and 05. RGB value is (255,138,5). Sum of RGB (Red+Green+Blue) = 255+138+5=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 5 (2.34% from 255 or 1.26% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8A05 is #0075FA. Grayscale: #9E9E9E. Windows color (decimal): -30203 or 363263. OLE color: 363263.

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

Color convert

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

Color Harmonies of #FF8A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8A05

Black with #FF8A05

Text Example


Text Example

White with #FF8A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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