#C99938

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

Shades of Fuel Yellow #C99938

Tints of Fuel Yellow #C99938

Color information

#C99938 (or 0xC99938) is unknown color: approx Fuel Yellow. HEX triplet: C9, 99 and 38. RGB value is (201,153,56). Sum of RGB (Red+Green+Blue) = 201+153+56=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 56 (22.27% from 255 or 13.66% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C99938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99938 is #3666C7. Grayscale: #9C9C9C. Windows color (decimal): -3565256 or 3709385. OLE color: 3709385.

HSL color Cylindrical-coordinate representation of color #C99938: hue angle of 40.14º 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 #C99938 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB20115356-
CMYK00.240.720.21
HSL40.14º57.31%50.39%-
HSV(B)40.14º72.14%78.82%-
XYZ36.1935.498.68-
YUV156.2971.4159.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.02%
GREEN value IS 153 (60.16% from 255) = 37.32%
BLUE value IS 56 (22.27% from 255) = 13.66%
R=49.02%
G=37.32%
B=13.66%

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
Decimal2011535600.240.720.2140.1457.3150.39
HexC999380184815283932
Octal3112317003011025507162
Binary1100100110011001111000011000100100010101101000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99938; }

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

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

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

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

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

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

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

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