Html Css Color HEX #CC8C30 Fuel Yellow

📋 copy color: '#CC8C30'

red 204 ◦ green 140 ◦ blue 48

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

Shades of Fuel Yellow #CC8C30

Tints of Fuel Yellow #CC8C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.24%

R = 52.04%
G = 35.71%
B = 12.24%

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

#CC8C30 (or 0xCC8C30) is known color: Fuel Yellow. HEX triplet: CC, 8C and 30. RGB value is (204,140,48). Sum of RGB (Red+Green+Blue) = 204+140+48=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 48 (19.14% from 255 or 12.24% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8C30 is #3373CF. Grayscale: #959595. Windows color (decimal): -3371984 or 3181772. OLE color: 3181772.

HSL color Cylindrical-coordinate representation of color #CC8C30: hue angle of 35.38º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC8C30 is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 140 48 -
CMYK 0 0.31 0.76 0.2
HSL 35.38º 0.62% 0.49% -
HSV(B) 35.38º 0.76% 0.8% -
XYZ 34.81 31.81 7.1 -
YUV 148.65 71.2 167.48 -
System Red Green Blue C M Y K H S L
Decimal 204 140 48 0 0.31 0.76 0.2 35.38 0.62 0.49
Hex CC 8C 30 0 1F 4C 14 23 3E 31
Octal 314 214 60 0 37 114 24 43 76 61
Binary 11001100 10001100 110000 0 11111 1001100 10100 100011 111110 110001

Color Harmonies of #CC8C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8C30

Black with #CC8C30

Text Example


Text Example

White with #CC8C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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