Html Css Color HEX #C8952E Fuel Yellow

📋 copy color: '#C8952E'

red 200 ◦ green 149 ◦ blue 46

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

Shades of Fuel Yellow #C8952E

Tints of Fuel Yellow #C8952E

RGB

 RED value IS 200 (78.52% from 255) = 50.63%

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

 BLUE value IS 46 (18.36% from 255) = 11.65%

R = 50.63%
G = 37.72%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C8952E (or 0xC8952E) is known color: Fuel Yellow. HEX triplet: C8, 95 and 2E. RGB value is (200,149,46). Sum of RGB (Red+Green+Blue) = 200+149+46=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 46 (18.36% from 255 or 11.65% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8952E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8952E is #376AD1. Grayscale: #989898. Windows color (decimal): -3631826 or 3053000. OLE color: 3053000.

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

Color convert

RGB 200 149 46 -
CMYK 0 0.26 0.77 0.22
HSL 40.13º 0.63% 0.48% -
HSV(B) 40.13º 0.77% 0.78% -
XYZ 35.06 33.97 7.29 -
YUV 152.51 67.9 161.88 -
System Red Green Blue C M Y K H S L
Decimal 200 149 46 0 0.26 0.77 0.22 40.13 0.63 0.48
Hex C8 95 2E 0 1A 4D 16 28 3F 30
Octal 310 225 56 0 32 115 26 50 77 60
Binary 11001000 10010101 101110 0 11010 1001101 10110 101000 111111 110000

Color Harmonies of #C8952E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8952E

Black with #C8952E

Text Example


Text Example

White with #C8952E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8952E; }

 p { color: rgb(200,149,46); }

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

background-color css

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

 a { background-color: rgb(200,149,46); }

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

border-color css

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

 span { border-color: rgb(200,149,46); }

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