Html Css Color HEX #9A250F Mandarian Orange

📋 copy color: '#9A250F'

red 154 ◦ green 37 ◦ blue 15

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

Shades of Mandarian Orange #9A250F

Tints of Mandarian Orange #9A250F

RGB

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

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

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

R = 74.76%
G = 17.96%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#9A250F (or 0x9A250F) is known color: Mandarian Orange. HEX triplet: 9A, 25 and 0F. RGB value is (154,37,15). Sum of RGB (Red+Green+Blue) = 154+37+15=206 (27% of max value = 765). Red value is 154 (60.55% from 255 or 74.76% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 154 - color contains mainly: red. Hex color #9A250F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A250F is #65DAF0. Grayscale: #454545. Windows color (decimal): -6675185 or 992666. OLE color: 992666.

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

Color convert

RGB 154 37 15 -
CMYK 0 0.76 0.90 0.40
HSL 9.5º 0.82% 0.33% -
HSV(B) 9.5º 0.9% 0.6% -
XYZ 14.07 8.23 1.3 -
YUV 69.48 97.26 188.29 -
System Red Green Blue C M Y K H S L
Decimal 154 37 15 0 0.76 0.90 0.40 9.5 0.82 0.33
Hex 9A 25 F 0 4C 5A 28 9 52 21
Octal 232 45 17 0 114 132 50 11 122 41
Binary 10011010 100101 1111 0 1001100 1011010 101000 1001 1010010 100001

Color Harmonies of #9A250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A250F

Black with #9A250F

Text Example


Text Example

White with #9A250F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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