Html Css Color HEX #9D280F Mandarian Orange

📋 copy color: '#9D280F'

red 157 ◦ green 40 ◦ blue 15

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

Shades of Mandarian Orange #9D280F

Tints of Mandarian Orange #9D280F

RGB

 RED value IS 157 (61.72% from 255) = 74.06%

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

 BLUE value IS 15 (6.25% from 255) = 7.08%

R = 74.06%
G = 18.87%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.38

RGB Variations

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

Color information

#9D280F (or 0x9D280F) is known color: Mandarian Orange. HEX triplet: 9D, 28 and 0F. RGB value is (157,40,15). Sum of RGB (Red+Green+Blue) = 157+40+15=212 (28% of max value = 765). Red value is 157 (61.72% from 255 or 74.06% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 157 - color contains mainly: red. Hex color #9D280F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D280F is #62D7F0. Grayscale: #484848. Windows color (decimal): -6477809 or 993437. OLE color: 993437.

HSL color Cylindrical-coordinate representation of color #9D280F: hue angle of 10.56º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D280F is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 40 15 -
CMYK 0 0.75 0.90 0.38
HSL 10.56º 0.83% 0.34% -
HSV(B) 10.56º 0.9% 0.62% -
XYZ 14.75 8.72 1.36 -
YUV 72.13 95.76 188.53 -
System Red Green Blue C M Y K H S L
Decimal 157 40 15 0 0.75 0.90 0.38 10.56 0.83 0.34
Hex 9D 28 F 0 4B 5A 26 B 53 22
Octal 235 50 17 0 113 132 46 13 123 42
Binary 10011101 101000 1111 0 1001011 1011010 100110 1011 1010011 100010

Color Harmonies of #9D280F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D280F

Black with #9D280F

Text Example


Text Example

White with #9D280F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,40,15); }

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

background-color css

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

 a { background-color: rgb(157,40,15); }

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

border-color css

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

 span { border-color: rgb(157,40,15); }

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