Html Css Color HEX #FF8C0A Dark Orange

📋 copy color: '#FF8C0A'

red 255 ◦ green 140 ◦ blue 10

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

Shades of Dark Orange #FF8C0A

Tints of Dark Orange #FF8C0A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.57%

 BLUE value IS 10 (4.3% from 255) = 2.47%

R = 62.96%
G = 34.57%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF8C0A (or 0xFF8C0A) is known color: Dark Orange. HEX triplet: FF, 8C and 0A. RGB value is (255,140,10). Sum of RGB (Red+Green+Blue) = 255+140+10=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 10 (4.30% from 255 or 2.47% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8C0A is #0073F5. Grayscale: #A0A0A0. Windows color (decimal): -29686 or 691455. OLE color: 691455.

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

Color convert

RGB 255 140 10 -
CMYK 0 0.45 0.96 0
HSL 31.84º 1% 0.52% -
HSV(B) 31.84º 0.96% 1% -
XYZ 50.67 40.04 5.34 -
YUV 159.57 43.6 196.07 -
System Red Green Blue C M Y K H S L
Decimal 255 140 10 0 0.45 0.96 0 31.84 1 0.52
Hex FF 8C A 0 2D 60 0 20 64 34
Octal 377 214 12 0 55 140 0 40 144 64
Binary 11111111 10001100 1010 0 101101 1100000 0 100000 1100100 110100

Color Harmonies of #FF8C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8C0A

Black with #FF8C0A

Text Example


Text Example

White with #FF8C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8C0A; }

 p { color: rgb(255,140,10); }

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

background-color css

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

 a { background-color: rgb(255,140,10); }

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

border-color css

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

 span { border-color: rgb(255,140,10); }

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