#902714

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

Shades of Mandarian Orange #902714

Tints of Mandarian Orange #902714

Color information

#902714 (or 0x902714) is unknown color: approx Mandarian Orange. HEX triplet: 90, 27 and 14. RGB value is (144,39,20). Sum of RGB (Red+Green+Blue) = 144+39+20=203 (26% of max value = 765). Red value is 144 (56.64% from 255 or 70.94% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 144 - color contains mainly: red. Hex color #902714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902714 is #6FD8EB. Grayscale: #444444. Windows color (decimal): -7330028 or 1320848. OLE color: 1320848.

HSL color Cylindrical-coordinate representation of color #902714: hue angle of 9.19º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #902714 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB1443920-
CMYK00.730.860.44
HSL9.19º75.61%32.16%-
HSV(B)9.19º86.11%56.47%-
XYZ12.357.431.45-
YUV68.23100.79182.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 70.94%
GREEN value IS 39 (15.62% from 255) = 19.21%
BLUE value IS 20 (8.20% from 255) = 9.85%
R=70.94%
G=19.21%
B=9.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144392000.730.860.449.1975.6132.16
Hex902714049562C94c20
Octal22047240111126541111440
Binary100100001001111010001001001101011010110010011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902714; }

 p { color: rgb(144,39,20); }

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

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

 a { background-color: rgb(144,39,20); }

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

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

 span { border-color: rgb(144,39,20); }

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