Html Css Color HEX #CA8D2C Fuel Yellow

📋 copy color: '#CA8D2C'

red 202 ◦ green 141 ◦ blue 44

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

Shades of Fuel Yellow #CA8D2C

Tints of Fuel Yellow #CA8D2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.37%

R = 52.2%
G = 36.43%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA8D2C (or 0xCA8D2C) is known color: Fuel Yellow. HEX triplet: CA, 8D and 2C. RGB value is (202,141,44). Sum of RGB (Red+Green+Blue) = 202+141+44=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 44 (17.58% from 255 or 11.37% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8D2C is #3572D3. Grayscale: #949494. Windows color (decimal): -3502804 or 2919882. OLE color: 2919882.

HSL color Cylindrical-coordinate representation of color #CA8D2C: hue angle of 36.84º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA8D2C is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 141 44 -
CMYK 0 0.30 0.78 0.21
HSL 36.84º 0.64% 0.48% -
HSV(B) 36.84º 0.78% 0.79% -
XYZ 34.34 31.79 6.71 -
YUV 148.18 69.21 166.39 -
System Red Green Blue C M Y K H S L
Decimal 202 141 44 0 0.30 0.78 0.21 36.84 0.64 0.48
Hex CA 8D 2C 0 1E 4E 15 25 40 30
Octal 312 215 54 0 36 116 25 45 100 60
Binary 11001010 10001101 101100 0 11110 1001110 10101 100101 1000000 110000

Color Harmonies of #CA8D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8D2C

Black with #CA8D2C

Text Example


Text Example

White with #CA8D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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