Html Css Color HEX #FF8A0D Dark Orange

📋 copy color: '#FF8A0D'

red 255 ◦ green 138 ◦ blue 13

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

Shades of Dark Orange #FF8A0D

Tints of Dark Orange #FF8A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.2%

R = 62.81%
G = 33.99%
B = 3.2%

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

#FF8A0D (or 0xFF8A0D) is known color: Dark Orange. HEX triplet: FF, 8A and 0D. RGB value is (255,138,13). Sum of RGB (Red+Green+Blue) = 255+138+13=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 13 (5.47% from 255 or 3.20% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8A0D is #0075F2. Grayscale: #9F9F9F. Windows color (decimal): -30195 or 887551. OLE color: 887551.

HSL color Cylindrical-coordinate representation of color #FF8A0D: hue angle of 30.99º 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 #FF8A0D is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 138 13 -
CMYK 0 0.46 0.95 0
HSL 30.99º 1% 0.53% -
HSV(B) 30.99º 0.95% 1% -
XYZ 50.4 39.47 5.34 -
YUV 158.73 45.76 196.66 -
System Red Green Blue C M Y K H S L
Decimal 255 138 13 0 0.46 0.95 0 30.99 1 0.53
Hex FF 8A D 0 2E 5F 0 1F 64 35
Octal 377 212 15 0 56 137 0 37 144 65
Binary 11111111 10001010 1101 0 101110 1011111 0 11111 1100100 110101

Color Harmonies of #FF8A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8A0D

Black with #FF8A0D

Text Example


Text Example

White with #FF8A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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