Html Css Color HEX #FF8D0C Dark Orange

📋 copy color: '#FF8D0C'

red 255 ◦ green 141 ◦ blue 12

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

Shades of Dark Orange #FF8D0C

Tints of Dark Orange #FF8D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.94%

R = 62.5%
G = 34.56%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF8D0C (or 0xFF8D0C) is known color: Dark Orange. HEX triplet: FF, 8D and 0C. RGB value is (255,141,12). Sum of RGB (Red+Green+Blue) = 255+141+12=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 12 (5.08% from 255 or 2.94% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8D0C is #0072F3. Grayscale: #A1A1A1. Windows color (decimal): -29428 or 822783. OLE color: 822783.

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

Color convert

RGB 255 141 12 -
CMYK 0 0.45 0.95 0
HSL 31.85º 1% 0.52% -
HSV(B) 31.85º 0.95% 1% -
XYZ 50.83 40.34 5.45 -
YUV 160.38 44.27 195.49 -
System Red Green Blue C M Y K H S L
Decimal 255 141 12 0 0.45 0.95 0 31.85 1 0.52
Hex FF 8D C 0 2D 5F 0 20 64 34
Octal 377 215 14 0 55 137 0 40 144 64
Binary 11111111 10001101 1100 0 101101 1011111 0 100000 1100100 110100

Color Harmonies of #FF8D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8D0C

Black with #FF8D0C

Text Example


Text Example

White with #FF8D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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