Html Css Color HEX #CC8C31 Fuel Yellow

📋 copy color: '#CC8C31'

red 204 ◦ green 140 ◦ blue 49

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

Shades of Fuel Yellow #CC8C31

Tints of Fuel Yellow #CC8C31

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.62%

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

R = 51.91%
G = 35.62%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC8C31 (or 0xCC8C31) is known color: Fuel Yellow. HEX triplet: CC, 8C and 31. RGB value is (204,140,49). Sum of RGB (Red+Green+Blue) = 204+140+49=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 49 (19.53% from 255 or 12.47% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8C31 is #3373CE. Grayscale: #959595. Windows color (decimal): -3371983 or 3247308. OLE color: 3247308.

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

Color convert

RGB 204 140 49 -
CMYK 0 0.31 0.76 0.2
HSL 35.23º 0.61% 0.5% -
HSV(B) 35.23º 0.76% 0.8% -
XYZ 34.83 31.82 7.21 -
YUV 148.76 71.7 167.4 -
System Red Green Blue C M Y K H S L
Decimal 204 140 49 0 0.31 0.76 0.2 35.23 0.61 0.5
Hex CC 8C 31 0 1F 4C 14 23 3D 32
Octal 314 214 61 0 37 114 24 43 75 62
Binary 11001100 10001100 110001 0 11111 1001100 10100 100011 111101 110010

Color Harmonies of #CC8C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8C31

Black with #CC8C31

Text Example


Text Example

White with #CC8C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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