#902420

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

Shades of Mandarian Orange #902420

Tints of Mandarian Orange #902420

Color information

#902420 (or 0x902420) is unknown color: approx Mandarian Orange. HEX triplet: 90, 24 and 20. RGB value is (144,36,32). Sum of RGB (Red+Green+Blue) = 144+36+32=212 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.92% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 144 - color contains mainly: red. Hex color #902420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902420 is #6FDBDF. Grayscale: #434343. Windows color (decimal): -7330784 or 2106512. OLE color: 2106512.

HSL color Cylindrical-coordinate representation of color #902420: hue angle of 2.14º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #902420 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB1443632-
CMYK00.750.780.44
HSL2.14º63.64%34.51%-
HSV(B)2.14º77.78%56.47%-
XYZ12.397.32.12-
YUV67.84107.78182.33-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 67.92%
GREEN value IS 36 (14.45% from 255) = 16.98%
BLUE value IS 32 (12.89% from 255) = 15.09%
R=67.92%
G=16.98%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144363200.750.780.442.1463.6434.51
Hex90242004B4E2C24023
Octal2204440011311654210043
Binary10010000100100100000010010111001110101100101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902420; }

 p { color: rgb(144,36,32); }

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

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

 a { background-color: rgb(144,36,32); }

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

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

 span { border-color: rgb(144,36,32); }

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