Html Css Color HEX #C98C34 Fuel Yellow

📋 copy color: '#C98C34'

red 201 ◦ green 140 ◦ blue 52

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

Shades of Fuel Yellow #C98C34

Tints of Fuel Yellow #C98C34

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.62%

 BLUE value IS 52 (20.7% from 255) = 13.23%

R = 51.15%
G = 35.62%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C98C34 (or 0xC98C34) is known color: Fuel Yellow. HEX triplet: C9, 8C and 34. RGB value is (201,140,52). Sum of RGB (Red+Green+Blue) = 201+140+52=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 52 (20.70% from 255 or 13.23% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C98C34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98C34 is #3673CB. Grayscale: #949494. Windows color (decimal): -3568588 or 3443913. OLE color: 3443913.

HSL color Cylindrical-coordinate representation of color #C98C34: hue angle of 35.44º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C98C34 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 140 52 -
CMYK 0 0.30 0.74 0.21
HSL 35.44º 0.59% 0.5% -
HSV(B) 35.44º 0.74% 0.79% -
XYZ 34.09 31.42 7.52 -
YUV 148.21 73.71 165.66 -
System Red Green Blue C M Y K H S L
Decimal 201 140 52 0 0.30 0.74 0.21 35.44 0.59 0.5
Hex C9 8C 34 0 1E 4A 15 23 3B 32
Octal 311 214 64 0 36 112 25 43 73 62
Binary 11001001 10001100 110100 0 11110 1001010 10101 100011 111011 110010

Color Harmonies of #C98C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98C34

Black with #C98C34

Text Example


Text Example

White with #C98C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98C34; }

 p { color: rgb(201,140,52); }

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

background-color css

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

 a { background-color: rgb(201,140,52); }

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

border-color css

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

 span { border-color: rgb(201,140,52); }

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