#99260F

Color #99260F Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #99260F

Tints of Mandarian Orange #99260F

Color information

#99260F (or 0x99260F) is unknown color: approx Mandarian Orange. HEX triplet: 99, 26 and 0F. RGB value is (153,38,15). Sum of RGB (Red+Green+Blue) = 153+38+15=206 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.27% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 153 - color contains mainly: red. Hex color #99260F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99260F is #66D9F0. Grayscale: #454545. Windows color (decimal): -6740465 or 992921. OLE color: 992921.

HSL color Cylindrical-coordinate representation of color #99260F: hue angle of 10º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99260F is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB1533815-
CMYK00.750.900.4
HSL10º82.14%32.94%-
HSV(B)10º90.2%60%-
XYZ13.928.191.3-
YUV69.7697.1187.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 74.27%
GREEN value IS 38 (15.23% from 255) = 18.45%
BLUE value IS 15 (6.25% from 255) = 7.28%
R=74.27%
G=18.45%
B=7.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153381500.750.900.41082.1432.94
Hex9926F04B5A28a5221
Octal23146170113132501212241
Binary10011001100110111101001011101101010100010101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99260F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99260F; }

 p { color: rgb(153,38,15); }

 H1.HeaderClassName
 {
   color: #99260F;
 }
 .AnyTagClassName
 {
   color: #99260F;
 }
</style>
background-color css

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

 a { background-color: rgb(153,38,15); }

 div.DivClassName
 {
   background-color: #99260F;
 }
 .BgClassName
 {
   background-color: #99260F;
 }
</style>
border-color css

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

 span { border-color: rgb(153,38,15); }

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