Html Css Color HEX #CC9631 Fuel Yellow

📋 copy color: '#CC9631'

red 204 ◦ green 150 ◦ blue 49

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

Shades of Fuel Yellow #CC9631

Tints of Fuel Yellow #CC9631

RGB

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

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

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

R = 50.62%
G = 37.22%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC9631 (or 0xCC9631) is known color: Fuel Yellow. HEX triplet: CC, 96 and 31. RGB value is (204,150,49). Sum of RGB (Red+Green+Blue) = 204+150+49=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 49 (19.53% from 255 or 12.16% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9631 is #3369CE. Grayscale: #9B9B9B. Windows color (decimal): -3369423 or 3249868. OLE color: 3249868.

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

Color convert

RGB 204 150 49 -
CMYK 0 0.26 0.76 0.2
HSL 39.1º 0.61% 0.5% -
HSV(B) 39.1º 0.76% 0.8% -
XYZ 36.36 34.87 7.72 -
YUV 154.63 68.39 163.21 -
System Red Green Blue C M Y K H S L
Decimal 204 150 49 0 0.26 0.76 0.2 39.1 0.61 0.5
Hex CC 96 31 0 1A 4C 14 27 3D 32
Octal 314 226 61 0 32 114 24 47 75 62
Binary 11001100 10010110 110001 0 11010 1001100 10100 100111 111101 110010

Color Harmonies of #CC9631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9631

Black with #CC9631

Text Example


Text Example

White with #CC9631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9631; }

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

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

background-color css

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

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

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

border-color css

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

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

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