Html Css Color HEX #9F280B Mandarian Orange

📋 copy color: '#9F280B'

red 159 ◦ green 40 ◦ blue 11

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

Shades of Mandarian Orange #9F280B

Tints of Mandarian Orange #9F280B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.05%

 BLUE value IS 11 (4.69% from 255) = 5.24%

R = 75.71%
G = 19.05%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.38

RGB Variations

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

Color information

#9F280B (or 0x9F280B) is known color: Mandarian Orange. HEX triplet: 9F, 28 and 0B. RGB value is (159,40,11). Sum of RGB (Red+Green+Blue) = 159+40+11=210 (27% of max value = 765). Red value is 159 (62.5% from 255 or 75.71% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 159 - color contains mainly: red. Hex color #9F280B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F280B is #60D7F4. Grayscale: #484848. Windows color (decimal): -6346741 or 731295. OLE color: 731295.

HSL color Cylindrical-coordinate representation of color #9F280B: hue angle of 11.76º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F280B is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 40 11 -
CMYK 0 0.75 0.93 0.38
HSL 11.76º 0.87% 0.33% -
HSV(B) 11.76º 0.93% 0.62% -
XYZ 15.12 8.91 1.24 -
YUV 72.28 93.42 189.86 -
System Red Green Blue C M Y K H S L
Decimal 159 40 11 0 0.75 0.93 0.38 11.76 0.87 0.33
Hex 9F 28 B 0 4B 5D 26 C 57 21
Octal 237 50 13 0 113 135 46 14 127 41
Binary 10011111 101000 1011 0 1001011 1011101 100110 1100 1010111 100001

Color Harmonies of #9F280B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F280B

Black with #9F280B

Text Example


Text Example

White with #9F280B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,40,11); }

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

background-color css

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

 a { background-color: rgb(159,40,11); }

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

border-color css

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

 span { border-color: rgb(159,40,11); }

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