Html Css Color HEX #FF8F15 Dark Orange

📋 copy color: '#FF8F15'

red 255 ◦ green 143 ◦ blue 21

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

Shades of Dark Orange #FF8F15

Tints of Dark Orange #FF8F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.01%

R = 60.86%
G = 34.13%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF8F15 (or 0xFF8F15) is known color: Dark Orange. HEX triplet: FF, 8F and 15. RGB value is (255,143,21). Sum of RGB (Red+Green+Blue) = 255+143+21=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 21 (8.59% from 255 or 5.01% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8F15 is #0070EA. Grayscale: #A3A3A3. Windows color (decimal): -28907 or 1413119. OLE color: 1413119.

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

Color convert

RGB 255 143 21 -
CMYK 0 0.44 0.92 0
HSL 31.28º 1% 0.54% -
HSV(B) 31.28º 0.92% 1% -
XYZ 51.2 40.96 5.92 -
YUV 162.58 48.11 193.92 -
System Red Green Blue C M Y K H S L
Decimal 255 143 21 0 0.44 0.92 0 31.28 1 0.54
Hex FF 8F 15 0 2C 5C 0 1F 64 36
Octal 377 217 25 0 54 134 0 37 144 66
Binary 11111111 10001111 10101 0 101100 1011100 0 11111 1100100 110110

Color Harmonies of #FF8F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8F15

Black with #FF8F15

Text Example


Text Example

White with #FF8F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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