Html Css Color HEX #90220F Mandarian Orange

📋 copy color: '#90220F'

red 144 ◦ green 34 ◦ blue 15

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

Shades of Mandarian Orange #90220F

Tints of Mandarian Orange #90220F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.62%

 BLUE value IS 15 (6.25% from 255) = 7.77%

R = 74.61%
G = 17.62%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#90220F (or 0x90220F) is known color: Mandarian Orange. HEX triplet: 90, 22 and 0F. RGB value is (144,34,15). Sum of RGB (Red+Green+Blue) = 144+34+15=193 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.61% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 144 - color contains mainly: red. Hex color #90220F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90220F is #6FDDF0. Grayscale: #404040. Windows color (decimal): -7331313 or 991888. OLE color: 991888.

HSL color Cylindrical-coordinate representation of color #90220F: hue angle of 8.84º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90220F is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 34 15 -
CMYK 0 0.76 0.90 0.44
HSL 8.84º 0.81% 0.31% -
HSV(B) 8.84º 0.9% 0.56% -
XYZ 12.16 7.11 1.18 -
YUV 64.72 99.94 184.54 -
System Red Green Blue C M Y K H S L
Decimal 144 34 15 0 0.76 0.90 0.44 8.84 0.81 0.31
Hex 90 22 F 0 4C 5A 2C 9 51 1F
Octal 220 42 17 0 114 132 54 11 121 37
Binary 10010000 100010 1111 0 1001100 1011010 101100 1001 1010001 11111

Color Harmonies of #90220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90220F

Black with #90220F

Text Example


Text Example

White with #90220F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,34,15); }

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

background-color css

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

 a { background-color: rgb(144,34,15); }

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

border-color css

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

 span { border-color: rgb(144,34,15); }

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