Html Css Color HEX #FF8D08 Dark Orange

📋 copy color: '#FF8D08'

red 255 ◦ green 141 ◦ blue 8

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

Shades of Dark Orange #FF8D08

Tints of Dark Orange #FF8D08

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.9%

 BLUE value IS 8 (3.52% from 255) = 1.98%

R = 63.12%
G = 34.9%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FF8D08 (or 0xFF8D08) is known color: Dark Orange. HEX triplet: FF, 8D and 08. RGB value is (255,141,8). Sum of RGB (Red+Green+Blue) = 255+141+8=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 8 (3.52% from 255 or 1.98% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8D08 is #0072F7. Grayscale: #A0A0A0. Windows color (decimal): -29432 or 560639. OLE color: 560639.

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

Color convert

RGB 255 141 8 -
CMYK 0 0.45 0.97 0
HSL 32.31º 1% 0.52% -
HSV(B) 32.31º 0.97% 1% -
XYZ 50.81 40.33 5.34 -
YUV 159.92 42.27 195.81 -
System Red Green Blue C M Y K H S L
Decimal 255 141 8 0 0.45 0.97 0 32.31 1 0.52
Hex FF 8D 8 0 2D 61 0 20 64 34
Octal 377 215 10 0 55 141 0 40 144 64
Binary 11111111 10001101 1000 0 101101 1100001 0 100000 1100100 110100

Color Harmonies of #FF8D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8D08

Black with #FF8D08

Text Example


Text Example

White with #FF8D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8D08; }

 p { color: rgb(255,141,8); }

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

background-color css

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

 a { background-color: rgb(255,141,8); }

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

border-color css

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

 span { border-color: rgb(255,141,8); }

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