Html Css Color HEX #CA9C32 Fuel Yellow

📋 copy color: '#CA9C32'

red 202 ◦ green 156 ◦ blue 50

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

Shades of Fuel Yellow #CA9C32

Tints of Fuel Yellow #CA9C32

RGB

 RED value IS 202 (79.3% from 255) = 49.51%

 GREEN value IS 156 (61.33% from 255) = 38.24%

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

R = 49.51%
G = 38.24%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CA9C32 (or 0xCA9C32) is known color: Fuel Yellow. HEX triplet: CA, 9C and 32. RGB value is (202,156,50). Sum of RGB (Red+Green+Blue) = 202+156+50=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9C32 is #3563CD. Grayscale: #9E9E9E. Windows color (decimal): -3498958 or 3316938. OLE color: 3316938.

HSL color Cylindrical-coordinate representation of color #CA9C32: hue angle of 41.84º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA9C32 is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 156 50 -
CMYK 0 0.23 0.75 0.21
HSL 41.84º 0.6% 0.49% -
HSV(B) 41.84º 0.75% 0.79% -
XYZ 36.82 36.56 8.13 -
YUV 157.67 67.24 159.62 -
System Red Green Blue C M Y K H S L
Decimal 202 156 50 0 0.23 0.75 0.21 41.84 0.6 0.49
Hex CA 9C 32 0 17 4B 15 2A 3C 31
Octal 312 234 62 0 27 113 25 52 74 61
Binary 11001010 10011100 110010 0 10111 1001011 10101 101010 111100 110001

Color Harmonies of #CA9C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9C32

Black with #CA9C32

Text Example


Text Example

White with #CA9C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9C32; }

 p { color: rgb(202,156,50); }

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

background-color css

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

 a { background-color: rgb(202,156,50); }

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

border-color css

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

 span { border-color: rgb(202,156,50); }

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