#C98F28

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

Shades of Fuel Yellow #C98F28

Tints of Fuel Yellow #C98F28

Color information

#C98F28 (or 0xC98F28) is unknown color: approx Fuel Yellow. HEX triplet: C9, 8F and 28. RGB value is (201,143,40). Sum of RGB (Red+Green+Blue) = 201+143+40=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 40 (16.02% from 255 or 10.42% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98F28 is #3670D7. Grayscale: #959595. Windows color (decimal): -3567832 or 2658249. OLE color: 2658249.

HSL color Cylindrical-coordinate representation of color #C98F28: hue angle of 38.39º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C98F28 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB20114340-
CMYK00.290.800.21
HSL38.39º66.8%47.25%-
HSV(B)38.39º80.1%78.82%-
XYZ34.2932.226.42-
YUV148.666.72165.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.34%
GREEN value IS 143 (56.25% from 255) = 37.24%
BLUE value IS 40 (16.02% from 255) = 10.42%
R=52.34%
G=37.24%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011434000.290.800.2138.3966.847.25
HexC98F2801D501526432f
Octal31121750035120254610357
Binary11001001100011111010000111011010000101011001101000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98F28; }

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

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

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

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

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

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

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

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