Html Css Color HEX #9F2505 Mandarian Orange

📋 copy color: '#9F2505'

red 159 ◦ green 37 ◦ blue 5

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

Shades of Mandarian Orange #9F2505

Tints of Mandarian Orange #9F2505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.49%

R = 79.1%
G = 18.41%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#9F2505 (or 0x9F2505) is known color: Mandarian Orange. HEX triplet: 9F, 25 and 05. RGB value is (159,37,5). Sum of RGB (Red+Green+Blue) = 159+37+5=201 (26% of max value = 765). Red value is 159 (62.5% from 255 or 79.10% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 5 (2.34% from 255 or 2.49% from 201); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2505 is #60DAFA. Grayscale: #464646. Windows color (decimal): -6347515 or 337311. OLE color: 337311.

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

Color convert

RGB 159 37 5 -
CMYK 0 0.77 0.97 0.38
HSL 12.47º 0.94% 0.32% -
HSV(B) 12.47º 0.97% 0.62% -
XYZ 14.99 8.71 1.03 -
YUV 69.83 91.42 191.6 -
System Red Green Blue C M Y K H S L
Decimal 159 37 5 0 0.77 0.97 0.38 12.47 0.94 0.32
Hex 9F 25 5 0 4D 61 26 C 5E 20
Octal 237 45 5 0 115 141 46 14 136 40
Binary 10011111 100101 101 0 1001101 1100001 100110 1100 1011110 100000

Color Harmonies of #9F2505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2505

Black with #9F2505

Text Example


Text Example

White with #9F2505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,37,5); }

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

background-color css

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

 a { background-color: rgb(159,37,5); }

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

border-color css

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

 span { border-color: rgb(159,37,5); }

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