Html Css Color HEX #98270F Mandarian Orange

📋 copy color: '#98270F'

red 152 ◦ green 39 ◦ blue 15

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

Shades of Mandarian Orange #98270F

Tints of Mandarian Orange #98270F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.93%

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

R = 73.79%
G = 18.93%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#98270F (or 0x98270F) is known color: Mandarian Orange. HEX triplet: 98, 27 and 0F. RGB value is (152,39,15). Sum of RGB (Red+Green+Blue) = 152+39+15=206 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.79% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 152 - color contains mainly: red. Hex color #98270F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98270F is #67D8F0. Grayscale: #464646. Windows color (decimal): -6805745 or 993176. OLE color: 993176.

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

Color convert

RGB 152 39 15 -
CMYK 0 0.74 0.90 0.40
HSL 10.51º 0.82% 0.33% -
HSV(B) 10.51º 0.9% 0.6% -
XYZ 13.76 8.16 1.3 -
YUV 70.05 96.94 186.45 -
System Red Green Blue C M Y K H S L
Decimal 152 39 15 0 0.74 0.90 0.40 10.51 0.82 0.33
Hex 98 27 F 0 4A 5A 28 B 52 21
Octal 230 47 17 0 112 132 50 13 122 41
Binary 10011000 100111 1111 0 1001010 1011010 101000 1011 1010010 100001

Color Harmonies of #98270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98270F

Black with #98270F

Text Example


Text Example

White with #98270F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98270F; }

 p { color: rgb(152,39,15); }

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

background-color css

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

 a { background-color: rgb(152,39,15); }

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

border-color css

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

 span { border-color: rgb(152,39,15); }

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