Html Css Color HEX #CC9434 Fuel Yellow

📋 copy color: '#CC9434'

red 204 ◦ green 148 ◦ blue 52

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

Shades of Fuel Yellow #CC9434

Tints of Fuel Yellow #CC9434

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.63%

 BLUE value IS 52 (20.7% from 255) = 12.87%

R = 50.5%
G = 36.63%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC9434 (or 0xCC9434) is known color: Fuel Yellow. HEX triplet: CC, 94 and 34. RGB value is (204,148,52). Sum of RGB (Red+Green+Blue) = 204+148+52=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 52 (20.70% from 255 or 12.87% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9434 is #336BCB. Grayscale: #9A9A9A. Windows color (decimal): -3369932 or 3445964. OLE color: 3445964.

HSL color Cylindrical-coordinate representation of color #CC9434: hue angle of 37.89º degrees, saturation: 0.6, 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 #CC9434 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 148 52 -
CMYK 0 0.27 0.75 0.2
HSL 37.89º 0.6% 0.5% -
HSV(B) 37.89º 0.75% 0.8% -
XYZ 36.11 34.27 7.96 -
YUV 153.8 70.55 163.81 -
System Red Green Blue C M Y K H S L
Decimal 204 148 52 0 0.27 0.75 0.2 37.89 0.6 0.5
Hex CC 94 34 0 1B 4B 14 26 3C 32
Octal 314 224 64 0 33 113 24 46 74 62
Binary 11001100 10010100 110100 0 11011 1001011 10100 100110 111100 110010

Color Harmonies of #CC9434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9434

Black with #CC9434

Text Example


Text Example

White with #CC9434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9434; }

 p { color: rgb(204,148,52); }

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

background-color css

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

 a { background-color: rgb(204,148,52); }

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

border-color css

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

 span { border-color: rgb(204,148,52); }

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