Html Css Color HEX #FF8F13 Dark Orange

📋 copy color: '#FF8F13'

red 255 ◦ green 143 ◦ blue 19

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

Shades of Dark Orange #FF8F13

Tints of Dark Orange #FF8F13

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.29%

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

R = 61.15%
G = 34.29%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF8F13 (or 0xFF8F13) is known color: Dark Orange. HEX triplet: FF, 8F and 13. RGB value is (255,143,19). Sum of RGB (Red+Green+Blue) = 255+143+19=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 19 (7.81% from 255 or 4.56% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8F13 is #0070EC. Grayscale: #A2A2A2. Windows color (decimal): -28909 or 1282047. OLE color: 1282047.

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

Color convert

RGB 255 143 19 -
CMYK 0 0.44 0.93 0
HSL 31.53º 1% 0.54% -
HSV(B) 31.53º 0.93% 1% -
XYZ 51.18 40.95 5.82 -
YUV 162.35 47.11 194.08 -
System Red Green Blue C M Y K H S L
Decimal 255 143 19 0 0.44 0.93 0 31.53 1 0.54
Hex FF 8F 13 0 2C 5D 0 20 64 36
Octal 377 217 23 0 54 135 0 40 144 66
Binary 11111111 10001111 10011 0 101100 1011101 0 100000 1100100 110110

Color Harmonies of #FF8F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8F13

Black with #FF8F13

Text Example


Text Example

White with #FF8F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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