Html Css Color HEX #CA8D32 Fuel Yellow

📋 copy color: '#CA8D32'

red 202 ◦ green 141 ◦ blue 50

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

Shades of Fuel Yellow #CA8D32

Tints of Fuel Yellow #CA8D32

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.88%

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

R = 51.4%
G = 35.88%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CA8D32 (or 0xCA8D32) is known color: Fuel Yellow. HEX triplet: CA, 8D and 32. RGB value is (202,141,50). Sum of RGB (Red+Green+Blue) = 202+141+50=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 50 (19.92% from 255 or 12.72% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8D32 is #3572CD. Grayscale: #959595. Windows color (decimal): -3502798 or 3313098. OLE color: 3313098.

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

Color convert

RGB 202 141 50 -
CMYK 0 0.30 0.75 0.21
HSL 35.92º 0.6% 0.49% -
HSV(B) 35.92º 0.75% 0.79% -
XYZ 34.46 31.84 7.35 -
YUV 148.87 72.21 165.9 -
System Red Green Blue C M Y K H S L
Decimal 202 141 50 0 0.30 0.75 0.21 35.92 0.6 0.49
Hex CA 8D 32 0 1E 4B 15 24 3C 31
Octal 312 215 62 0 36 113 25 44 74 61
Binary 11001010 10001101 110010 0 11110 1001011 10101 100100 111100 110001

Color Harmonies of #CA8D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8D32

Black with #CA8D32

Text Example


Text Example

White with #CA8D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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