Html Css Color HEX #982303 Mandarian Orange

📋 copy color: '#982303'

red 152 ◦ green 35 ◦ blue 3

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

Shades of Mandarian Orange #982303

Tints of Mandarian Orange #982303

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.42%

 BLUE value IS 3 (1.56% from 255) = 1.58%

R = 80%
G = 18.42%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.40

RGB Variations

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

Color information

#982303 (or 0x982303) is known color: Mandarian Orange. HEX triplet: 98, 23 and 03. RGB value is (152,35,3). Sum of RGB (Red+Green+Blue) = 152+35+3=190 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 3 (1.56% from 255 or 1.58% from 190); Max value from RGB is 152 - color contains mainly: red. Hex color #982303 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982303 is #67DCFC. Grayscale: #424242. Windows color (decimal): -6806781 or 205720. OLE color: 205720.

HSL color Cylindrical-coordinate representation of color #982303: hue angle of 12.89º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #982303 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 35 3 -
CMYK 0 0.77 0.98 0.40
HSL 12.89º 0.96% 0.3% -
HSV(B) 12.89º 0.98% 0.6% -
XYZ 13.57 7.88 0.89 -
YUV 66.34 92.26 189.1 -
System Red Green Blue C M Y K H S L
Decimal 152 35 3 0 0.77 0.98 0.40 12.89 0.96 0.3
Hex 98 23 3 0 4D 62 28 D 60 1E
Octal 230 43 3 0 115 142 50 15 140 36
Binary 10011000 100011 11 0 1001101 1100010 101000 1101 1100000 11110

Color Harmonies of #982303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982303

Black with #982303

Text Example


Text Example

White with #982303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982303; }

 p { color: rgb(152,35,3); }

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

background-color css

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

 a { background-color: rgb(152,35,3); }

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

border-color css

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

 span { border-color: rgb(152,35,3); }

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