Html Css Color HEX #9A2502 Mandarian Orange

📋 copy color: '#9A2502'

red 154 ◦ green 37 ◦ blue 2

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

Shades of Mandarian Orange #9A2502

Tints of Mandarian Orange #9A2502

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.17%

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

R = 79.79%
G = 19.17%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#9A2502 (or 0x9A2502) is known color: Mandarian Orange. HEX triplet: 9A, 25 and 02. RGB value is (154,37,2). Sum of RGB (Red+Green+Blue) = 154+37+2=193 (25% of max value = 765). Red value is 154 (60.55% from 255 or 79.79% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2502 is #65DAFD. Grayscale: #444444. Windows color (decimal): -6675198 or 140698. OLE color: 140698.

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

Color convert

RGB 154 37 2 -
CMYK 0 0.76 0.99 0.40
HSL 13.82º 0.97% 0.31% -
HSV(B) 13.82º 0.99% 0.6% -
XYZ 14 8.2 0.9 -
YUV 67.99 90.76 189.35 -
System Red Green Blue C M Y K H S L
Decimal 154 37 2 0 0.76 0.99 0.40 13.82 0.97 0.31
Hex 9A 25 2 0 4C 63 28 E 61 1F
Octal 232 45 2 0 114 143 50 16 141 37
Binary 10011010 100101 10 0 1001100 1100011 101000 1110 1100001 11111

Color Harmonies of #9A2502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2502

Black with #9A2502

Text Example


Text Example

White with #9A2502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,37,2); }

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

background-color css

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

 a { background-color: rgb(154,37,2); }

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

border-color css

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

 span { border-color: rgb(154,37,2); }

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