Html Css Color HEX #9F2608 Mandarian Orange

📋 copy color: '#9F2608'

red 159 ◦ green 38 ◦ blue 8

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

Shades of Mandarian Orange #9F2608

Tints of Mandarian Orange #9F2608

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.54%

 BLUE value IS 8 (3.52% from 255) = 3.9%

R = 77.56%
G = 18.54%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.38

RGB Variations

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

Color information

#9F2608 (or 0x9F2608) is known color: Mandarian Orange. HEX triplet: 9F, 26 and 08. RGB value is (159,38,8). Sum of RGB (Red+Green+Blue) = 159+38+8=205 (27% of max value = 765). Red value is 159 (62.5% from 255 or 77.56% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2608 is #60D9F7. Grayscale: #464646. Windows color (decimal): -6347256 or 534175. OLE color: 534175.

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

Color convert

RGB 159 38 8 -
CMYK 0 0.76 0.95 0.38
HSL 11.92º 0.9% 0.33% -
HSV(B) 11.92º 0.95% 0.62% -
XYZ 15.04 8.77 1.13 -
YUV 70.76 92.59 190.94 -
System Red Green Blue C M Y K H S L
Decimal 159 38 8 0 0.76 0.95 0.38 11.92 0.9 0.33
Hex 9F 26 8 0 4C 5F 26 C 5A 21
Octal 237 46 10 0 114 137 46 14 132 41
Binary 10011111 100110 1000 0 1001100 1011111 100110 1100 1011010 100001

Color Harmonies of #9F2608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2608

Black with #9F2608

Text Example


Text Example

White with #9F2608

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,38,8); }

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

background-color css

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

 a { background-color: rgb(159,38,8); }

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

border-color css

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

 span { border-color: rgb(159,38,8); }

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