Html Css Color HEX #9F2508 Mandarian Orange

📋 copy color: '#9F2508'

red 159 ◦ green 37 ◦ blue 8

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

Shades of Mandarian Orange #9F2508

Tints of Mandarian Orange #9F2508

RGB

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

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

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

R = 77.94%
G = 18.14%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.38

RGB Variations

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

Color information

#9F2508 (or 0x9F2508) is known color: Mandarian Orange. HEX triplet: 9F, 25 and 08. RGB value is (159,37,8). Sum of RGB (Red+Green+Blue) = 159+37+8=204 (27% of max value = 765). Red value is 159 (62.5% from 255 or 77.94% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2508 is #60DAF7. Grayscale: #464646. Windows color (decimal): -6347512 or 533919. OLE color: 533919.

HSL color Cylindrical-coordinate representation of color #9F2508: hue angle of 11.52º 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 #9F2508 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 37 8 -
CMYK 0 0.77 0.95 0.38
HSL 11.52º 0.9% 0.33% -
HSV(B) 11.52º 0.95% 0.62% -
XYZ 15 8.71 1.12 -
YUV 70.17 92.92 191.36 -
System Red Green Blue C M Y K H S L
Decimal 159 37 8 0 0.77 0.95 0.38 11.52 0.9 0.33
Hex 9F 25 8 0 4D 5F 26 C 5A 21
Octal 237 45 10 0 115 137 46 14 132 41
Binary 10011111 100101 1000 0 1001101 1011111 100110 1100 1011010 100001

Color Harmonies of #9F2508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2508

Black with #9F2508

Text Example


Text Example

White with #9F2508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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