Html Css Color HEX #982402 Mandarian Orange

📋 copy color: '#982402'

red 152 ◦ green 36 ◦ blue 2

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

Shades of Mandarian Orange #982402

Tints of Mandarian Orange #982402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.05%

R = 80%
G = 18.95%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#982402 (or 0x982402) is known color: Mandarian Orange. HEX triplet: 98, 24 and 02. RGB value is (152,36,2). Sum of RGB (Red+Green+Blue) = 152+36+2=190 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 152 - color contains mainly: red. Hex color #982402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982402 is #67DBFD. Grayscale: #434343. Windows color (decimal): -6806526 or 140440. OLE color: 140440.

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

Color convert

RGB 152 36 2 -
CMYK 0 0.76 0.99 0.40
HSL 13.6º 0.97% 0.3% -
HSV(B) 13.6º 0.99% 0.6% -
XYZ 13.59 7.94 0.87 -
YUV 66.81 91.43 188.76 -
System Red Green Blue C M Y K H S L
Decimal 152 36 2 0 0.76 0.99 0.40 13.6 0.97 0.3
Hex 98 24 2 0 4C 63 28 E 61 1E
Octal 230 44 2 0 114 143 50 16 141 36
Binary 10011000 100100 10 0 1001100 1100011 101000 1110 1100001 11110

Color Harmonies of #982402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982402

Black with #982402

Text Example


Text Example

White with #982402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982402; }

 p { color: rgb(152,36,2); }

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

background-color css

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

 a { background-color: rgb(152,36,2); }

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

border-color css

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

 span { border-color: rgb(152,36,2); }

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