Html Css Color HEX #902012 Mandarian Orange

📋 copy color: '#902012'

red 144 ◦ green 32 ◦ blue 18

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

Shades of Mandarian Orange #902012

Tints of Mandarian Orange #902012

RGB

 RED value IS 144 (56.64% from 255) = 74.23%

 GREEN value IS 32 (12.89% from 255) = 16.49%

 BLUE value IS 18 (7.42% from 255) = 9.28%

R = 74.23%
G = 16.49%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#902012 (or 0x902012) is known color: Mandarian Orange. HEX triplet: 90, 20 and 12. RGB value is (144,32,18). Sum of RGB (Red+Green+Blue) = 144+32+18=194 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.23% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 144 - color contains mainly: red. Hex color #902012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902012 is #6FDFED. Grayscale: #404040. Windows color (decimal): -7331822 or 1187984. OLE color: 1187984.

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

Color convert

RGB 144 32 18 -
CMYK 0 0.78 0.88 0.44
HSL 6.67º 0.78% 0.32% -
HSV(B) 6.67º 0.88% 0.56% -
XYZ 12.13 7.01 1.29 -
YUV 63.89 102.11 185.14 -
System Red Green Blue C M Y K H S L
Decimal 144 32 18 0 0.78 0.88 0.44 6.67 0.78 0.32
Hex 90 20 12 0 4E 58 2C 7 4E 20
Octal 220 40 22 0 116 130 54 7 116 40
Binary 10010000 100000 10010 0 1001110 1011000 101100 111 1001110 100000

Color Harmonies of #902012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902012

Black with #902012

Text Example


Text Example

White with #902012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #902012; }

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

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

background-color css

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

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

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

border-color css

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

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

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