#99210F

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

Shades of Mandarian Orange #99210F

Tints of Mandarian Orange #99210F

Color information

#99210F (or 0x99210F) is unknown color: approx Mandarian Orange. HEX triplet: 99, 21 and 0F. RGB value is (153,33,15). Sum of RGB (Red+Green+Blue) = 153+33+15=201 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.12% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 153 - color contains mainly: red. Hex color #99210F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99210F is #66DEF0. Grayscale: #434343. Windows color (decimal): -6741745 or 991641. OLE color: 991641.

HSL color Cylindrical-coordinate representation of color #99210F: hue angle of 7.83º 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 #99210F is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB1533315-
CMYK00.780.900.4
HSL7.83º82.14%32.94%-
HSV(B)7.83º90.2%60%-
XYZ13.777.891.25-
YUV66.8398.76189.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 76.12%
GREEN value IS 33 (13.28% from 255) = 16.42%
BLUE value IS 15 (6.25% from 255) = 7.46%
R=76.12%
G=16.42%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153331500.780.900.47.8382.1432.94
Hex9921F04E5A2885221
Octal23141170116132501012241
Binary10011001100001111101001110101101010100010001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99210F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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