Html Css Color HEX #C98E32 Fuel Yellow

📋 copy color: '#C98E32'

red 201 ◦ green 142 ◦ blue 50

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

Shades of Fuel Yellow #C98E32

Tints of Fuel Yellow #C98E32

RGB

 RED value IS 201 (78.91% from 255) = 51.15%

 GREEN value IS 142 (55.86% from 255) = 36.13%

 BLUE value IS 50 (19.92% from 255) = 12.72%

R = 51.15%
G = 36.13%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C98E32 (or 0xC98E32) is known color: Fuel Yellow. HEX triplet: C9, 8E and 32. RGB value is (201,142,50). Sum of RGB (Red+Green+Blue) = 201+142+50=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 50 (19.92% from 255 or 12.72% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C98E32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98E32 is #3671CD. Grayscale: #959595. Windows color (decimal): -3568078 or 3313353. OLE color: 3313353.

HSL color Cylindrical-coordinate representation of color #C98E32: hue angle of 36.56º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C98E32 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 142 50 -
CMYK 0 0.29 0.75 0.21
HSL 36.56º 0.6% 0.49% -
HSV(B) 36.56º 0.75% 0.79% -
XYZ 34.34 31.99 7.38 -
YUV 149.15 72.05 164.98 -
System Red Green Blue C M Y K H S L
Decimal 201 142 50 0 0.29 0.75 0.21 36.56 0.6 0.49
Hex C9 8E 32 0 1D 4B 15 25 3C 31
Octal 311 216 62 0 35 113 25 45 74 61
Binary 11001001 10001110 110010 0 11101 1001011 10101 100101 111100 110001

Color Harmonies of #C98E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98E32

Black with #C98E32

Text Example


Text Example

White with #C98E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98E32; }

 p { color: rgb(201,142,50); }

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

background-color css

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

 a { background-color: rgb(201,142,50); }

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

border-color css

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

 span { border-color: rgb(201,142,50); }

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