Html Css Color HEX #9F2203 Mandarian Orange

📋 copy color: '#9F2203'

red 159 ◦ green 34 ◦ blue 3

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

Shades of Mandarian Orange #9F2203

Tints of Mandarian Orange #9F2203

RGB

 RED value IS 159 (62.5% from 255) = 81.12%

 GREEN value IS 34 (13.67% from 255) = 17.35%

 BLUE value IS 3 (1.56% from 255) = 1.53%

R = 81.12%
G = 17.35%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.38

RGB Variations

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

Color information

#9F2203 (or 0x9F2203) is known color: Mandarian Orange. HEX triplet: 9F, 22 and 03. RGB value is (159,34,3). Sum of RGB (Red+Green+Blue) = 159+34+3=196 (25% of max value = 765). Red value is 159 (62.5% from 255 or 81.12% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 3 (1.56% from 255 or 1.53% from 196); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2203 is #60DDFC. Grayscale: #444444. Windows color (decimal): -6348285 or 205471. OLE color: 205471.

HSL color Cylindrical-coordinate representation of color #9F2203: hue angle of 11.92º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F2203 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 34 3 -
CMYK 0 0.79 0.98 0.38
HSL 11.92º 0.96% 0.32% -
HSV(B) 11.92º 0.98% 0.62% -
XYZ 14.89 8.52 0.95 -
YUV 67.84 91.41 193.02 -
System Red Green Blue C M Y K H S L
Decimal 159 34 3 0 0.79 0.98 0.38 11.92 0.96 0.32
Hex 9F 22 3 0 4F 62 26 C 60 20
Octal 237 42 3 0 117 142 46 14 140 40
Binary 10011111 100010 11 0 1001111 1100010 100110 1100 1100000 100000

Color Harmonies of #9F2203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2203

Black with #9F2203

Text Example


Text Example

White with #9F2203

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,34,3); }

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

background-color css

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

 a { background-color: rgb(159,34,3); }

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

border-color css

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

 span { border-color: rgb(159,34,3); }

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