Html Css Color HEX #9A200A Mandarian Orange

📋 copy color: '#9A200A'

red 154 ◦ green 32 ◦ blue 10

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

Shades of Mandarian Orange #9A200A

Tints of Mandarian Orange #9A200A

RGB

 RED value IS 154 (60.55% from 255) = 78.57%

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

 BLUE value IS 10 (4.3% from 255) = 5.1%

R = 78.57%
G = 16.33%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#9A200A (or 0x9A200A) is known color: Mandarian Orange. HEX triplet: 9A, 20 and 0A. RGB value is (154,32,10). Sum of RGB (Red+Green+Blue) = 154+32+10=196 (25% of max value = 765). Red value is 154 (60.55% from 255 or 78.57% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 10 (4.30% from 255 or 5.10% from 196); Max value from RGB is 154 - color contains mainly: red. Hex color #9A200A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A200A is #65DFF5. Grayscale: #424242. Windows color (decimal): -6676470 or 663706. OLE color: 663706.

HSL color Cylindrical-coordinate representation of color #9A200A: hue angle of 9.17º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A200A is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 32 10 -
CMYK 0 0.79 0.94 0.40
HSL 9.17º 0.88% 0.32% -
HSV(B) 9.17º 0.94% 0.6% -
XYZ 13.9 7.92 1.08 -
YUV 65.97 96.42 190.79 -
System Red Green Blue C M Y K H S L
Decimal 154 32 10 0 0.79 0.94 0.40 9.17 0.88 0.32
Hex 9A 20 A 0 4F 5E 28 9 58 20
Octal 232 40 12 0 117 136 50 11 130 40
Binary 10011010 100000 1010 0 1001111 1011110 101000 1001 1011000 100000

Color Harmonies of #9A200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A200A

Black with #9A200A

Text Example


Text Example

White with #9A200A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A200A; }

 p { color: rgb(154,32,10); }

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

background-color css

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

 a { background-color: rgb(154,32,10); }

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

border-color css

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

 span { border-color: rgb(154,32,10); }

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