Html Css Color HEX #90240C Mandarian Orange

📋 copy color: '#90240C'

red 144 ◦ green 36 ◦ blue 12

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

Shades of Mandarian Orange #90240C

Tints of Mandarian Orange #90240C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.75%

 BLUE value IS 12 (5.08% from 255) = 6.25%

R = 75%
G = 18.75%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#90240C (or 0x90240C) is known color: Mandarian Orange. HEX triplet: 90, 24 and 0C. RGB value is (144,36,12). Sum of RGB (Red+Green+Blue) = 144+36+12=192 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 144 - color contains mainly: red. Hex color #90240C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90240C is #6FDBF3. Grayscale: #414141. Windows color (decimal): -7330804 or 795792. OLE color: 795792.

HSL color Cylindrical-coordinate representation of color #90240C: hue angle of 10.91º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #90240C is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 36 12 -
CMYK 0 0.75 0.92 0.44
HSL 10.91º 0.85% 0.31% -
HSV(B) 10.91º 0.92% 0.56% -
XYZ 12.2 7.22 1.1 -
YUV 65.56 97.78 183.95 -
System Red Green Blue C M Y K H S L
Decimal 144 36 12 0 0.75 0.92 0.44 10.91 0.85 0.31
Hex 90 24 C 0 4B 5C 2C B 55 1F
Octal 220 44 14 0 113 134 54 13 125 37
Binary 10010000 100100 1100 0 1001011 1011100 101100 1011 1010101 11111

Color Harmonies of #90240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90240C

Black with #90240C

Text Example


Text Example

White with #90240C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90240C; }

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

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

background-color css

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

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

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

border-color css

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

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

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