Html Css Color HEX #9A270F Mandarian Orange

📋 copy color: '#9A270F'

red 154 ◦ green 39 ◦ blue 15

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

Shades of Mandarian Orange #9A270F

Tints of Mandarian Orange #9A270F

RGB

 RED value IS 154 (60.55% from 255) = 74.04%

 GREEN value IS 39 (15.63% from 255) = 18.75%

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

R = 74.04%
G = 18.75%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#9A270F (or 0x9A270F) is known color: Mandarian Orange. HEX triplet: 9A, 27 and 0F. RGB value is (154,39,15). Sum of RGB (Red+Green+Blue) = 154+39+15=208 (27% of max value = 765). Red value is 154 (60.55% from 255 or 74.04% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 15 (6.25% from 255 or 7.21% from 208); Max value from RGB is 154 - color contains mainly: red. Hex color #9A270F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A270F is #65D8F0. Grayscale: #464646. Windows color (decimal): -6674673 or 993178. OLE color: 993178.

HSL color Cylindrical-coordinate representation of color #9A270F: hue angle of 10.36º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A270F is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 39 15 -
CMYK 0 0.75 0.90 0.40
HSL 10.36º 0.82% 0.33% -
HSV(B) 10.36º 0.9% 0.6% -
XYZ 14.14 8.36 1.32 -
YUV 70.65 96.6 187.45 -
System Red Green Blue C M Y K H S L
Decimal 154 39 15 0 0.75 0.90 0.40 10.36 0.82 0.33
Hex 9A 27 F 0 4B 5A 28 A 52 21
Octal 232 47 17 0 113 132 50 12 122 41
Binary 10011010 100111 1111 0 1001011 1011010 101000 1010 1010010 100001

Color Harmonies of #9A270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A270F

Black with #9A270F

Text Example


Text Example

White with #9A270F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,39,15); }

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

background-color css

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

 a { background-color: rgb(154,39,15); }

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

border-color css

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

 span { border-color: rgb(154,39,15); }

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