Html Css Color HEX #CC9231 Fuel Yellow

📋 copy color: '#CC9231'

red 204 ◦ green 146 ◦ blue 49

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

Shades of Fuel Yellow #CC9231

Tints of Fuel Yellow #CC9231

RGB

 RED value IS 204 (80.08% from 255) = 51.13%

 GREEN value IS 146 (57.42% from 255) = 36.59%

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

R = 51.13%
G = 36.59%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC9231 (or 0xCC9231) is known color: Fuel Yellow. HEX triplet: CC, 92 and 31. RGB value is (204,146,49). Sum of RGB (Red+Green+Blue) = 204+146+49=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 49 (19.53% from 255 or 12.28% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9231 is #336DCE. Grayscale: #989898. Windows color (decimal): -3370447 or 3248844. OLE color: 3248844.

HSL color Cylindrical-coordinate representation of color #CC9231: hue angle of 37.55º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC9231 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 146 49 -
CMYK 0 0.28 0.76 0.2
HSL 37.55º 0.61% 0.5% -
HSV(B) 37.55º 0.76% 0.8% -
XYZ 35.74 33.62 7.51 -
YUV 152.28 69.72 164.89 -
System Red Green Blue C M Y K H S L
Decimal 204 146 49 0 0.28 0.76 0.2 37.55 0.61 0.5
Hex CC 92 31 0 1C 4C 14 26 3D 32
Octal 314 222 61 0 34 114 24 46 75 62
Binary 11001100 10010010 110001 0 11100 1001100 10100 100110 111101 110010

Color Harmonies of #CC9231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9231

Black with #CC9231

Text Example


Text Example

White with #CC9231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9231; }

 p { color: rgb(204,146,49); }

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

background-color css

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

 a { background-color: rgb(204,146,49); }

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

border-color css

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

 span { border-color: rgb(204,146,49); }

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