#C99838

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

Shades of Fuel Yellow #C99838

Tints of Fuel Yellow #C99838

Color information

#C99838 (or 0xC99838) is unknown color: approx Fuel Yellow. HEX triplet: C9, 98 and 38. RGB value is (201,152,56). Sum of RGB (Red+Green+Blue) = 201+152+56=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 56 (22.27% from 255 or 13.69% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C99838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99838 is #3667C7. Grayscale: #9C9C9C. Windows color (decimal): -3565512 or 3709129. OLE color: 3709129.

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

Color convert

RGB20115256-
CMYK00.240.720.21
HSL39.72º57.31%50.39%-
HSV(B)39.72º72.14%78.82%-
XYZ36.0335.168.63-
YUV155.7171.73160.31-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.14%
GREEN value IS 152 (59.77% from 255) = 37.16%
BLUE value IS 56 (22.27% from 255) = 13.69%
R=49.14%
G=37.16%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011525600.240.720.2139.7257.3150.39
HexC998380184815283932
Octal3112307003011025507162
Binary1100100110011000111000011000100100010101101000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99838; }

 p { color: rgb(201,152,56); }

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

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

 a { background-color: rgb(201,152,56); }

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

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

 span { border-color: rgb(201,152,56); }

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