Html Css Color HEX #9F2018 Mandarian Orange

📋 copy color: '#9F2018'

red 159 ◦ green 32 ◦ blue 24

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

Shades of Mandarian Orange #9F2018

Tints of Mandarian Orange #9F2018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.16%

R = 73.95%
G = 14.88%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#9F2018 (or 0x9F2018) is known color: Mandarian Orange. HEX triplet: 9F, 20 and 18. RGB value is (159,32,24). Sum of RGB (Red+Green+Blue) = 159+32+24=215 (28% of max value = 765). Red value is 159 (62.5% from 255 or 73.95% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 24 (9.77% from 255 or 11.16% from 215); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2018 is #60DFE7. Grayscale: #454545. Windows color (decimal): -6348776 or 1581215. OLE color: 1581215.

HSL color Cylindrical-coordinate representation of color #9F2018: hue angle of 3.56º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F2018 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 32 24 -
CMYK 0 0.80 0.85 0.38
HSL 3.56º 0.74% 0.36% -
HSV(B) 3.56º 0.85% 0.62% -
XYZ 14.98 8.47 1.71 -
YUV 69.06 102.58 192.15 -
System Red Green Blue C M Y K H S L
Decimal 159 32 24 0 0.80 0.85 0.38 3.56 0.74 0.36
Hex 9F 20 18 0 50 55 26 4 4A 24
Octal 237 40 30 0 120 125 46 4 112 44
Binary 10011111 100000 11000 0 1010000 1010101 100110 100 1001010 100100

Color Harmonies of #9F2018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2018

Black with #9F2018

Text Example


Text Example

White with #9F2018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,32,24); }

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

background-color css

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

 a { background-color: rgb(159,32,24); }

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

border-color css

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

 span { border-color: rgb(159,32,24); }

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