Html Css Color HEX #FF8A0E Dark Orange

📋 copy color: '#FF8A0E'

red 255 ◦ green 138 ◦ blue 14

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

Shades of Dark Orange #FF8A0E

Tints of Dark Orange #FF8A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.44%

R = 62.65%
G = 33.91%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF8A0E (or 0xFF8A0E) is known color: Dark Orange. HEX triplet: FF, 8A and 0E. RGB value is (255,138,14). Sum of RGB (Red+Green+Blue) = 255+138+14=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 14 (5.86% from 255 or 3.44% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8A0E is #0075F1. Grayscale: #9F9F9F. Windows color (decimal): -30194 or 953087. OLE color: 953087.

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

Color convert

RGB 255 138 14 -
CMYK 0 0.46 0.95 0
HSL 30.87º 1% 0.53% -
HSV(B) 30.87º 0.95% 1% -
XYZ 50.41 39.47 5.38 -
YUV 158.85 46.26 196.58 -
System Red Green Blue C M Y K H S L
Decimal 255 138 14 0 0.46 0.95 0 30.87 1 0.53
Hex FF 8A E 0 2E 5F 0 1F 64 35
Octal 377 212 16 0 56 137 0 37 144 65
Binary 11111111 10001010 1110 0 101110 1011111 0 11111 1100100 110101

Color Harmonies of #FF8A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8A0E

Black with #FF8A0E

Text Example


Text Example

White with #FF8A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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