Html Css Color HEX #FF8D0F Dark Orange

📋 copy color: '#FF8D0F'

red 255 ◦ green 141 ◦ blue 15

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

Shades of Dark Orange #FF8D0F

Tints of Dark Orange #FF8D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.65%

R = 62.04%
G = 34.31%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF8D0F (or 0xFF8D0F) is known color: Dark Orange. HEX triplet: FF, 8D and 0F. RGB value is (255,141,15). Sum of RGB (Red+Green+Blue) = 255+141+15=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 15 (6.25% from 255 or 3.65% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8D0F is #0072F0. Grayscale: #A1A1A1. Windows color (decimal): -29425 or 1019391. OLE color: 1019391.

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

Color convert

RGB 255 141 15 -
CMYK 0 0.45 0.94 0
HSL 31.5º 1% 0.53% -
HSV(B) 31.5º 0.94% 1% -
XYZ 50.85 40.34 5.56 -
YUV 160.72 45.77 195.25 -
System Red Green Blue C M Y K H S L
Decimal 255 141 15 0 0.45 0.94 0 31.5 1 0.53
Hex FF 8D F 0 2D 5E 0 1F 64 35
Octal 377 215 17 0 55 136 0 37 144 65
Binary 11111111 10001101 1111 0 101101 1011110 0 11111 1100100 110101

Color Harmonies of #FF8D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8D0F

Black with #FF8D0F

Text Example


Text Example

White with #FF8D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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