Html Css Color HEX #99240C Mandarian Orange

📋 copy color: '#99240C'

red 153 ◦ green 36 ◦ blue 12

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

Shades of Mandarian Orange #99240C

Tints of Mandarian Orange #99240C

RGB

 RED value IS 153 (60.16% from 255) = 76.12%

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

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

R = 76.12%
G = 17.91%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#99240C (or 0x99240C) is known color: Mandarian Orange. HEX triplet: 99, 24 and 0C. RGB value is (153,36,12). Sum of RGB (Red+Green+Blue) = 153+36+12=201 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.12% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 153 - color contains mainly: red. Hex color #99240C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99240C is #66DBF3. Grayscale: #444444. Windows color (decimal): -6740980 or 795801. OLE color: 795801.

HSL color Cylindrical-coordinate representation of color #99240C: hue angle of 10.21º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99240C is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 36 12 -
CMYK 0 0.76 0.92 0.4
HSL 10.21º 0.85% 0.32% -
HSV(B) 10.21º 0.92% 0.6% -
XYZ 13.83 8.06 1.17 -
YUV 68.25 96.26 188.45 -
System Red Green Blue C M Y K H S L
Decimal 153 36 12 0 0.76 0.92 0.4 10.21 0.85 0.32
Hex 99 24 C 0 4C 5C 28 A 55 20
Octal 231 44 14 0 114 134 50 12 125 40
Binary 10011001 100100 1100 0 1001100 1011100 101000 1010 1010101 100000

Color Harmonies of #99240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99240C

Black with #99240C

Text Example


Text Example

White with #99240C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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