Html Css Color HEX #CC9538 Fuel Yellow

📋 copy color: '#CC9538'

red 204 ◦ green 149 ◦ blue 56

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

Shades of Fuel Yellow #CC9538

Tints of Fuel Yellow #CC9538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.69%

R = 49.88%
G = 36.43%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC9538 (or 0xCC9538) is known color: Fuel Yellow. HEX triplet: CC, 95 and 38. RGB value is (204,149,56). Sum of RGB (Red+Green+Blue) = 204+149+56=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 56 (22.27% from 255 or 13.69% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9538 is #336AC7. Grayscale: #9B9B9B. Windows color (decimal): -3369672 or 3708364. OLE color: 3708364.

HSL color Cylindrical-coordinate representation of color #CC9538: hue angle of 37.7º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC9538 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 149 56 -
CMYK 0 0.27 0.73 0.2
HSL 37.7º 0.59% 0.51% -
HSV(B) 37.7º 0.73% 0.8% -
XYZ 36.36 34.62 8.51 -
YUV 154.84 72.22 163.06 -
System Red Green Blue C M Y K H S L
Decimal 204 149 56 0 0.27 0.73 0.2 37.7 0.59 0.51
Hex CC 95 38 0 1B 49 14 26 3B 33
Octal 314 225 70 0 33 111 24 46 73 63
Binary 11001100 10010101 111000 0 11011 1001001 10100 100110 111011 110011

Color Harmonies of #CC9538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9538

Black with #CC9538

Text Example


Text Example

White with #CC9538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9538; }

 p { color: rgb(204,149,56); }

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

background-color css

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

 a { background-color: rgb(204,149,56); }

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

border-color css

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

 span { border-color: rgb(204,149,56); }

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