Html Css Color HEX #CC8F37 Fuel Yellow

📋 copy color: '#CC8F37'

red 204 ◦ green 143 ◦ blue 55

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

Shades of Fuel Yellow #CC8F37

Tints of Fuel Yellow #CC8F37

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.57%

 BLUE value IS 55 (21.88% from 255) = 13.68%

R = 50.75%
G = 35.57%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC8F37 (or 0xCC8F37) is known color: Fuel Yellow. HEX triplet: CC, 8F and 37. RGB value is (204,143,55). Sum of RGB (Red+Green+Blue) = 204+143+55=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 55 (21.88% from 255 or 13.68% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8F37 is #3370C8. Grayscale: #979797. Windows color (decimal): -3371209 or 3641292. OLE color: 3641292.

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

Color convert

RGB 204 143 55 -
CMYK 0 0.30 0.73 0.2
HSL 35.44º 0.59% 0.51% -
HSV(B) 35.44º 0.73% 0.8% -
XYZ 35.41 32.76 8.07 -
YUV 151.21 73.71 165.66 -
System Red Green Blue C M Y K H S L
Decimal 204 143 55 0 0.30 0.73 0.2 35.44 0.59 0.51
Hex CC 8F 37 0 1E 49 14 23 3B 33
Octal 314 217 67 0 36 111 24 43 73 63
Binary 11001100 10001111 110111 0 11110 1001001 10100 100011 111011 110011

Color Harmonies of #CC8F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8F37

Black with #CC8F37

Text Example


Text Example

White with #CC8F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8F37; }

 p { color: rgb(204,143,55); }

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

background-color css

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

 a { background-color: rgb(204,143,55); }

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

border-color css

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

 span { border-color: rgb(204,143,55); }

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