Html Css Color HEX #FF8913 Dark Orange

📋 copy color: '#FF8913'

red 255 ◦ green 137 ◦ blue 19

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

Shades of Dark Orange #FF8913

Tints of Dark Orange #FF8913

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.33%

 BLUE value IS 19 (7.81% from 255) = 4.62%

R = 62.04%
G = 33.33%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF8913 (or 0xFF8913) is known color: Dark Orange. HEX triplet: FF, 89 and 13. RGB value is (255,137,19). Sum of RGB (Red+Green+Blue) = 255+137+19=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 19 (7.81% from 255 or 4.62% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8913 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8913 is #0076EC. Grayscale: #9F9F9F. Windows color (decimal): -30445 or 1280511. OLE color: 1280511.

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

Color convert

RGB 255 137 19 -
CMYK 0 0.46 0.93 0
HSL 30º 1% 0.54% -
HSV(B) 30º 0.93% 1% -
XYZ 50.3 39.2 5.53 -
YUV 158.83 49.09 196.59 -
System Red Green Blue C M Y K H S L
Decimal 255 137 19 0 0.46 0.93 0 30 1 0.54
Hex FF 89 13 0 2E 5D 0 1E 64 36
Octal 377 211 23 0 56 135 0 36 144 66
Binary 11111111 10001001 10011 0 101110 1011101 0 11110 1100100 110110

Color Harmonies of #FF8913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8913

Black with #FF8913

Text Example


Text Example

White with #FF8913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8913; }

 p { color: rgb(255,137,19); }

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

background-color css

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

 a { background-color: rgb(255,137,19); }

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

border-color css

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

 span { border-color: rgb(255,137,19); }

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