Html Css Color HEX #982509 Mandarian Orange

📋 copy color: '#982509'

red 152 ◦ green 37 ◦ blue 9

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

Shades of Mandarian Orange #982509

Tints of Mandarian Orange #982509

RGB

 RED value IS 152 (59.77% from 255) = 76.77%

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

 BLUE value IS 9 (3.91% from 255) = 4.55%

R = 76.77%
G = 18.69%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#982509 (or 0x982509) is known color: Mandarian Orange. HEX triplet: 98, 25 and 09. RGB value is (152,37,9). Sum of RGB (Red+Green+Blue) = 152+37+9=198 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76.77% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 9 (3.91% from 255 or 4.55% from 198); Max value from RGB is 152 - color contains mainly: red. Hex color #982509 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982509 is #67DAF6. Grayscale: #444444. Windows color (decimal): -6806263 or 599448. OLE color: 599448.

HSL color Cylindrical-coordinate representation of color #982509: hue angle of 11.75º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #982509 is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 37 9 -
CMYK 0 0.76 0.94 0.40
HSL 11.75º 0.89% 0.32% -
HSV(B) 11.75º 0.94% 0.6% -
XYZ 13.66 8.02 1.09 -
YUV 68.19 94.6 187.78 -
System Red Green Blue C M Y K H S L
Decimal 152 37 9 0 0.76 0.94 0.40 11.75 0.89 0.32
Hex 98 25 9 0 4C 5E 28 C 59 20
Octal 230 45 11 0 114 136 50 14 131 40
Binary 10011000 100101 1001 0 1001100 1011110 101000 1100 1011001 100000

Color Harmonies of #982509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982509

Black with #982509

Text Example


Text Example

White with #982509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982509; }

 p { color: rgb(152,37,9); }

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

background-color css

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

 a { background-color: rgb(152,37,9); }

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

border-color css

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

 span { border-color: rgb(152,37,9); }

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