Html Css Color HEX #C79530 Fuel Yellow

📋 copy color: '#C79530'

red 199 ◦ green 149 ◦ blue 48

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

Shades of Fuel Yellow #C79530

Tints of Fuel Yellow #C79530

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.63%

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

R = 50.25%
G = 37.63%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C79530 (or 0xC79530) is known color: Fuel Yellow. HEX triplet: C7, 95 and 30. RGB value is (199,149,48). Sum of RGB (Red+Green+Blue) = 199+149+48=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 48 (19.14% from 255 or 12.12% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C79530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79530 is #386ACF. Grayscale: #989898. Windows color (decimal): -3697360 or 3184071. OLE color: 3184071.

HSL color Cylindrical-coordinate representation of color #C79530: hue angle of 40.13º 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 #C79530 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 149 48 -
CMYK 0 0.25 0.76 0.22
HSL 40.13º 0.61% 0.48% -
HSV(B) 40.13º 0.76% 0.78% -
XYZ 34.83 33.85 7.49 -
YUV 152.44 69.07 161.21 -
System Red Green Blue C M Y K H S L
Decimal 199 149 48 0 0.25 0.76 0.22 40.13 0.61 0.48
Hex C7 95 30 0 19 4C 16 28 3D 30
Octal 307 225 60 0 31 114 26 50 75 60
Binary 11000111 10010101 110000 0 11001 1001100 10110 101000 111101 110000

Color Harmonies of #C79530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79530

Black with #C79530

Text Example


Text Example

White with #C79530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79530; }

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

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

background-color css

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

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

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

border-color css

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

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

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