Html Css Color HEX #CC8F32 Fuel Yellow

📋 copy color: '#CC8F32'

red 204 ◦ green 143 ◦ blue 50

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

Shades of Fuel Yellow #CC8F32

Tints of Fuel Yellow #CC8F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.59%

R = 51.39%
G = 36.02%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC8F32 (or 0xCC8F32) is known color: Fuel Yellow. HEX triplet: CC, 8F and 32. RGB value is (204,143,50). Sum of RGB (Red+Green+Blue) = 204+143+50=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 50 (19.92% from 255 or 12.59% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8F32 is #3370CD. Grayscale: #979797. Windows color (decimal): -3371214 or 3313612. OLE color: 3313612.

HSL color Cylindrical-coordinate representation of color #CC8F32: hue angle of 36.23º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC8F32 is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 143 50 -
CMYK 0 0.30 0.75 0.2
HSL 36.23º 0.61% 0.5% -
HSV(B) 36.23º 0.75% 0.8% -
XYZ 35.3 32.71 7.47 -
YUV 150.64 71.21 166.06 -
System Red Green Blue C M Y K H S L
Decimal 204 143 50 0 0.30 0.75 0.2 36.23 0.61 0.5
Hex CC 8F 32 0 1E 4B 14 24 3D 32
Octal 314 217 62 0 36 113 24 44 75 62
Binary 11001100 10001111 110010 0 11110 1001011 10100 100100 111101 110010

Color Harmonies of #CC8F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8F32

Black with #CC8F32

Text Example


Text Example

White with #CC8F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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