Html Css Color HEX #C79430 Fuel Yellow

📋 copy color: '#C79430'

red 199 ◦ green 148 ◦ blue 48

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

Shades of Fuel Yellow #C79430

Tints of Fuel Yellow #C79430

RGB

 RED value IS 199 (78.13% from 255) = 50.38%

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

 BLUE value IS 48 (19.14% from 255) = 12.15%

R = 50.38%
G = 37.47%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C79430 (or 0xC79430) is known color: Fuel Yellow. HEX triplet: C7, 94 and 30. RGB value is (199,148,48). Sum of RGB (Red+Green+Blue) = 199+148+48=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 48 (19.14% from 255 or 12.15% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C79430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79430 is #386BCF. Grayscale: #989898. Windows color (decimal): -3697616 or 3183815. OLE color: 3183815.

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

Color convert

RGB 199 148 48 -
CMYK 0 0.26 0.76 0.22
HSL 39.74º 0.61% 0.48% -
HSV(B) 39.74º 0.76% 0.78% -
XYZ 34.68 33.54 7.44 -
YUV 151.85 69.4 161.63 -
System Red Green Blue C M Y K H S L
Decimal 199 148 48 0 0.26 0.76 0.22 39.74 0.61 0.48
Hex C7 94 30 0 1A 4C 16 28 3D 30
Octal 307 224 60 0 32 114 26 50 75 60
Binary 11000111 10010100 110000 0 11010 1001100 10110 101000 111101 110000

Color Harmonies of #C79430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79430

Black with #C79430

Text Example


Text Example

White with #C79430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79430; }

 p { color: rgb(199,148,48); }

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

background-color css

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

 a { background-color: rgb(199,148,48); }

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

border-color css

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

 span { border-color: rgb(199,148,48); }

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