Html Css Color HEX #C89531 Fuel Yellow

📋 copy color: '#C89531'

red 200 ◦ green 149 ◦ blue 49

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

Shades of Fuel Yellow #C89531

Tints of Fuel Yellow #C89531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.31%

R = 50.25%
G = 37.44%
B = 12.31%

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

#C89531 (or 0xC89531) is known color: Fuel Yellow. HEX triplet: C8, 95 and 31. RGB value is (200,149,49). Sum of RGB (Red+Green+Blue) = 200+149+49=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 49 (19.53% from 255 or 12.31% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C89531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89531 is #376ACE. Grayscale: #999999. Windows color (decimal): -3631823 or 3249608. OLE color: 3249608.

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

Color convert

RGB 200 149 49 -
CMYK 0 0.26 0.76 0.22
HSL 39.74º 0.61% 0.49% -
HSV(B) 39.74º 0.76% 0.78% -
XYZ 35.12 34 7.62 -
YUV 152.85 69.4 161.63 -
System Red Green Blue C M Y K H S L
Decimal 200 149 49 0 0.26 0.76 0.22 39.74 0.61 0.49
Hex C8 95 31 0 1A 4C 16 28 3D 31
Octal 310 225 61 0 32 114 26 50 75 61
Binary 11001000 10010101 110001 0 11010 1001100 10110 101000 111101 110001

Color Harmonies of #C89531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89531

Black with #C89531

Text Example


Text Example

White with #C89531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89531; }

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

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

background-color css

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

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

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

border-color css

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

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

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