Html Css Color HEX #C9942C Fuel Yellow

📋 copy color: '#C9942C'

red 201 ◦ green 148 ◦ blue 44

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

Shades of Fuel Yellow #C9942C

Tints of Fuel Yellow #C9942C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.66%

 BLUE value IS 44 (17.58% from 255) = 11.2%

R = 51.15%
G = 37.66%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9942C (or 0xC9942C) is known color: Fuel Yellow. HEX triplet: C9, 94 and 2C. RGB value is (201,148,44). Sum of RGB (Red+Green+Blue) = 201+148+44=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 44 (17.58% from 255 or 11.20% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9942C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9942C is #366BD3. Grayscale: #989898. Windows color (decimal): -3566548 or 2921673. OLE color: 2921673.

HSL color Cylindrical-coordinate representation of color #C9942C: hue angle of 39.75º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C9942C is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 148 44 -
CMYK 0 0.26 0.78 0.21
HSL 39.75º 0.64% 0.48% -
HSV(B) 39.75º 0.78% 0.79% -
XYZ 35.13 33.78 7.05 -
YUV 151.99 67.06 162.96 -
System Red Green Blue C M Y K H S L
Decimal 201 148 44 0 0.26 0.78 0.21 39.75 0.64 0.48
Hex C9 94 2C 0 1A 4E 15 28 40 30
Octal 311 224 54 0 32 116 25 50 100 60
Binary 11001001 10010100 101100 0 11010 1001110 10101 101000 1000000 110000

Color Harmonies of #C9942C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9942C

Black with #C9942C

Text Example


Text Example

White with #C9942C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9942C; }

 p { color: rgb(201,148,44); }

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

background-color css

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

 a { background-color: rgb(201,148,44); }

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

border-color css

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

 span { border-color: rgb(201,148,44); }

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