Html Css Color HEX #992402 Mandarian Orange

📋 copy color: '#992402'

red 153 ◦ green 36 ◦ blue 2

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

Shades of Mandarian Orange #992402

Tints of Mandarian Orange #992402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.05%

R = 80.1%
G = 18.85%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#992402 (or 0x992402) is known color: Mandarian Orange. HEX triplet: 99, 24 and 02. RGB value is (153,36,2). Sum of RGB (Red+Green+Blue) = 153+36+2=191 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.10% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 153 - color contains mainly: red. Hex color #992402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992402 is #66DBFD. Grayscale: #434343. Windows color (decimal): -6740990 or 140441. OLE color: 140441.

HSL color Cylindrical-coordinate representation of color #992402: hue angle of 13.51º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #992402 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 36 2 -
CMYK 0 0.76 0.99 0.4
HSL 13.51º 0.97% 0.3% -
HSV(B) 13.51º 0.99% 0.6% -
XYZ 13.78 8.04 0.88 -
YUV 67.11 91.26 189.26 -
System Red Green Blue C M Y K H S L
Decimal 153 36 2 0 0.76 0.99 0.4 13.51 0.97 0.3
Hex 99 24 2 0 4C 63 28 E 61 1E
Octal 231 44 2 0 114 143 50 16 141 36
Binary 10011001 100100 10 0 1001100 1100011 101000 1110 1100001 11110

Color Harmonies of #992402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992402

Black with #992402

Text Example


Text Example

White with #992402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992402; }

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

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

background-color css

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

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

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

border-color css

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

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

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