Html Css Color HEX #FF8B15 Dark Orange

📋 copy color: '#FF8B15'

red 255 ◦ green 139 ◦ blue 21

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

Shades of Dark Orange #FF8B15

Tints of Dark Orange #FF8B15

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.49%

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

R = 61.45%
G = 33.49%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF8B15 (or 0xFF8B15) is known color: Dark Orange. HEX triplet: FF, 8B and 15. RGB value is (255,139,21). Sum of RGB (Red+Green+Blue) = 255+139+21=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 21 (8.59% from 255 or 5.06% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8B15 is #0074EA. Grayscale: #A0A0A0. Windows color (decimal): -29931 or 1412095. OLE color: 1412095.

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

Color convert

RGB 255 139 21 -
CMYK 0 0.45 0.92 0
HSL 30.26º 1% 0.54% -
HSV(B) 30.26º 0.92% 1% -
XYZ 50.61 39.78 5.72 -
YUV 160.23 49.43 195.59 -
System Red Green Blue C M Y K H S L
Decimal 255 139 21 0 0.45 0.92 0 30.26 1 0.54
Hex FF 8B 15 0 2D 5C 0 1E 64 36
Octal 377 213 25 0 55 134 0 36 144 66
Binary 11111111 10001011 10101 0 101101 1011100 0 11110 1100100 110110

Color Harmonies of #FF8B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8B15

Black with #FF8B15

Text Example


Text Example

White with #FF8B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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