Html Css Color HEX #FF8A13 Dark Orange

📋 copy color: '#FF8A13'

red 255 ◦ green 138 ◦ blue 19

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

Shades of Dark Orange #FF8A13

Tints of Dark Orange #FF8A13

RGB

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

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

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

R = 61.89%
G = 33.5%
B = 4.61%

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

#FF8A13 (or 0xFF8A13) is known color: Dark Orange. HEX triplet: FF, 8A and 13. RGB value is (255,138,19). Sum of RGB (Red+Green+Blue) = 255+138+19=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 19 (7.81% from 255 or 4.61% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8A13 is #0075EC. Grayscale: #A0A0A0. Windows color (decimal): -30189 or 1280767. OLE color: 1280767.

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

Color convert

RGB 255 138 19 -
CMYK 0 0.46 0.93 0
HSL 30.25º 1% 0.54% -
HSV(B) 30.25º 0.93% 1% -
XYZ 50.45 39.48 5.58 -
YUV 159.42 48.76 196.18 -
System Red Green Blue C M Y K H S L
Decimal 255 138 19 0 0.46 0.93 0 30.25 1 0.54
Hex FF 8A 13 0 2E 5D 0 1E 64 36
Octal 377 212 23 0 56 135 0 36 144 66
Binary 11111111 10001010 10011 0 101110 1011101 0 11110 1100100 110110

Color Harmonies of #FF8A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8A13

Black with #FF8A13

Text Example


Text Example

White with #FF8A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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