Html Css Color HEX #C8942F Fuel Yellow

📋 copy color: '#C8942F'

red 200 ◦ green 148 ◦ blue 47

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

Shades of Fuel Yellow #C8942F

Tints of Fuel Yellow #C8942F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.9%

R = 50.63%
G = 37.47%
B = 11.9%

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

#C8942F (or 0xC8942F) is known color: Fuel Yellow. HEX triplet: C8, 94 and 2F. RGB value is (200,148,47). Sum of RGB (Red+Green+Blue) = 200+148+47=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 47 (18.75% from 255 or 11.90% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8942F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8942F is #376BD0. Grayscale: #989898. Windows color (decimal): -3632081 or 3118280. OLE color: 3118280.

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

Color convert

RGB 200 148 47 -
CMYK 0 0.26 0.76 0.22
HSL 39.61º 0.62% 0.48% -
HSV(B) 39.61º 0.77% 0.78% -
XYZ 34.92 33.66 7.35 -
YUV 152.03 68.73 162.21 -
System Red Green Blue C M Y K H S L
Decimal 200 148 47 0 0.26 0.76 0.22 39.61 0.62 0.48
Hex C8 94 2F 0 1A 4C 16 28 3E 30
Octal 310 224 57 0 32 114 26 50 76 60
Binary 11001000 10010100 101111 0 11010 1001100 10110 101000 111110 110000

Color Harmonies of #C8942F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8942F

Black with #C8942F

Text Example


Text Example

White with #C8942F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8942F; }

 p { color: rgb(200,148,47); }

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

background-color css

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

 a { background-color: rgb(200,148,47); }

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

border-color css

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

 span { border-color: rgb(200,148,47); }

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