#C98F35

Color #C98F35 Fuel Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuel Yellow #C98F35

Tints of Fuel Yellow #C98F35

Color information

#C98F35 (or 0xC98F35) is unknown color: approx Fuel Yellow. HEX triplet: C9, 8F and 35. RGB value is (201,143,53). Sum of RGB (Red+Green+Blue) = 201+143+53=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 53 (21.09% from 255 or 13.35% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98F35 is #3670CA. Grayscale: #969696. Windows color (decimal): -3567819 or 3510217. OLE color: 3510217.

HSL color Cylindrical-coordinate representation of color #C98F35: hue angle of 36.49º degrees, saturation: 0.58, 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 #C98F35 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB20114353-
CMYK00.290.740.21
HSL36.49º58.27%49.8%-
HSV(B)36.49º73.63%78.82%-
XYZ34.5532.327.79-
YUV150.0873.22164.32-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.63%
GREEN value IS 143 (56.25% from 255) = 36.02%
BLUE value IS 53 (21.09% from 255) = 13.35%
R=50.63%
G=36.02%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011435300.290.740.2136.4958.2749.8
HexC98F3501D4A15243a32
Octal3112176503511225447262
Binary1100100110001111110101011101100101010101100100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98F35; }

 p { color: rgb(201,143,53); }

 H1.HeaderClassName
 {
   color: #C98F35;
 }
 .AnyTagClassName
 {
   color: #C98F35;
 }
</style>
background-color css

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

 a { background-color: rgb(201,143,53); }

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

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

 span { border-color: rgb(201,143,53); }

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