Html Css Color HEX #CC9638 Fuel Yellow

📋 copy color: '#CC9638'

red 204 ◦ green 150 ◦ blue 56

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

Shades of Fuel Yellow #CC9638

Tints of Fuel Yellow #CC9638

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.59%

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

R = 49.76%
G = 36.59%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC9638 (or 0xCC9638) is known color: Fuel Yellow. HEX triplet: CC, 96 and 38. RGB value is (204,150,56). Sum of RGB (Red+Green+Blue) = 204+150+56=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 56 (22.27% from 255 or 13.66% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9638 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9638 is #3369C7. Grayscale: #9B9B9B. Windows color (decimal): -3369416 or 3708620. OLE color: 3708620.

HSL color Cylindrical-coordinate representation of color #CC9638: hue angle of 38.11º 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 #CC9638 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 150 56 -
CMYK 0 0.26 0.73 0.2
HSL 38.11º 0.59% 0.51% -
HSV(B) 38.11º 0.73% 0.8% -
XYZ 36.52 34.94 8.56 -
YUV 155.43 71.89 162.64 -
System Red Green Blue C M Y K H S L
Decimal 204 150 56 0 0.26 0.73 0.2 38.11 0.59 0.51
Hex CC 96 38 0 1A 49 14 26 3B 33
Octal 314 226 70 0 32 111 24 46 73 63
Binary 11001100 10010110 111000 0 11010 1001001 10100 100110 111011 110011

Color Harmonies of #CC9638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9638

Black with #CC9638

Text Example


Text Example

White with #CC9638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9638; }

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

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

background-color css

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

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

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

border-color css

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

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

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