Html Css Color HEX #9A240F Mandarian Orange

📋 copy color: '#9A240F'

red 154 ◦ green 36 ◦ blue 15

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

Shades of Mandarian Orange #9A240F

Tints of Mandarian Orange #9A240F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.56%

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

R = 75.12%
G = 17.56%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#9A240F (or 0x9A240F) is known color: Mandarian Orange. HEX triplet: 9A, 24 and 0F. RGB value is (154,36,15). Sum of RGB (Red+Green+Blue) = 154+36+15=205 (27% of max value = 765). Red value is 154 (60.55% from 255 or 75.12% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 154 - color contains mainly: red. Hex color #9A240F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A240F is #65DBF0. Grayscale: #454545. Windows color (decimal): -6675441 or 992410. OLE color: 992410.

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

Color convert

RGB 154 36 15 -
CMYK 0 0.77 0.90 0.40
HSL 9.06º 0.82% 0.33% -
HSV(B) 9.06º 0.9% 0.6% -
XYZ 14.04 8.17 1.29 -
YUV 68.89 97.59 188.71 -
System Red Green Blue C M Y K H S L
Decimal 154 36 15 0 0.77 0.90 0.40 9.06 0.82 0.33
Hex 9A 24 F 0 4D 5A 28 9 52 21
Octal 232 44 17 0 115 132 50 11 122 41
Binary 10011010 100100 1111 0 1001101 1011010 101000 1001 1010010 100001

Color Harmonies of #9A240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A240F

Black with #9A240F

Text Example


Text Example

White with #9A240F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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