Html Css Color HEX #FF9115 Dark Orange

📋 copy color: '#FF9115'

red 255 ◦ green 145 ◦ blue 21

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

Shades of Dark Orange #FF9115

Tints of Dark Orange #FF9115

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.44%

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

R = 60.57%
G = 34.44%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF9115 (or 0xFF9115) is known color: Dark Orange. HEX triplet: FF, 91 and 15. RGB value is (255,145,21). Sum of RGB (Red+Green+Blue) = 255+145+21=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 21 (8.59% from 255 or 4.99% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9115 is #006EEA. Grayscale: #A4A4A4. Windows color (decimal): -28395 or 1413631. OLE color: 1413631.

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

Color convert

RGB 255 145 21 -
CMYK 0 0.43 0.92 0
HSL 31.79º 1% 0.54% -
HSV(B) 31.79º 0.92% 1% -
XYZ 51.5 41.56 6.02 -
YUV 163.75 47.44 193.08 -
System Red Green Blue C M Y K H S L
Decimal 255 145 21 0 0.43 0.92 0 31.79 1 0.54
Hex FF 91 15 0 2B 5C 0 20 64 36
Octal 377 221 25 0 53 134 0 40 144 66
Binary 11111111 10010001 10101 0 101011 1011100 0 100000 1100100 110110

Color Harmonies of #FF9115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9115

Black with #FF9115

Text Example


Text Example

White with #FF9115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9115; }

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

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

background-color css

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

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

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

border-color css

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

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

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