Html Css Color HEX #9F250E Mandarian Orange

📋 copy color: '#9F250E'

red 159 ◦ green 37 ◦ blue 14

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

Shades of Mandarian Orange #9F250E

Tints of Mandarian Orange #9F250E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.67%

R = 75.71%
G = 17.62%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#9F250E (or 0x9F250E) is known color: Mandarian Orange. HEX triplet: 9F, 25 and 0E. RGB value is (159,37,14). Sum of RGB (Red+Green+Blue) = 159+37+14=210 (27% of max value = 765). Red value is 159 (62.5% from 255 or 75.71% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 14 (5.86% from 255 or 6.67% from 210); Max value from RGB is 159 - color contains mainly: red. Hex color #9F250E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F250E is #60DAF1. Grayscale: #474747. Windows color (decimal): -6347506 or 927135. OLE color: 927135.

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

Color convert

RGB 159 37 14 -
CMYK 0 0.77 0.91 0.38
HSL 9.52º 0.84% 0.34% -
HSV(B) 9.52º 0.91% 0.62% -
XYZ 15.04 8.73 1.31 -
YUV 70.86 95.92 190.87 -
System Red Green Blue C M Y K H S L
Decimal 159 37 14 0 0.77 0.91 0.38 9.52 0.84 0.34
Hex 9F 25 E 0 4D 5B 26 A 54 22
Octal 237 45 16 0 115 133 46 12 124 42
Binary 10011111 100101 1110 0 1001101 1011011 100110 1010 1010100 100010

Color Harmonies of #9F250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F250E

Black with #9F250E

Text Example


Text Example

White with #9F250E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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