Html Css Color HEX #CA8C2D Fuel Yellow

📋 copy color: '#CA8C2D'

red 202 ◦ green 140 ◦ blue 45

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

Shades of Fuel Yellow #CA8C2D

Tints of Fuel Yellow #CA8C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.63%

R = 52.2%
G = 36.18%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA8C2D (or 0xCA8C2D) is known color: Fuel Yellow. HEX triplet: CA, 8C and 2D. RGB value is (202,140,45). Sum of RGB (Red+Green+Blue) = 202+140+45=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 45 (17.97% from 255 or 11.63% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8C2D is #3573D2. Grayscale: #949494. Windows color (decimal): -3503059 or 2985162. OLE color: 2985162.

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

Color convert

RGB 202 140 45 -
CMYK 0 0.31 0.78 0.21
HSL 36.31º 0.64% 0.48% -
HSV(B) 36.31º 0.78% 0.79% -
XYZ 34.21 31.5 6.76 -
YUV 147.71 70.04 166.72 -
System Red Green Blue C M Y K H S L
Decimal 202 140 45 0 0.31 0.78 0.21 36.31 0.64 0.48
Hex CA 8C 2D 0 1F 4E 15 24 40 30
Octal 312 214 55 0 37 116 25 44 100 60
Binary 11001010 10001100 101101 0 11111 1001110 10101 100100 1000000 110000

Color Harmonies of #CA8C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8C2D

Black with #CA8C2D

Text Example


Text Example

White with #CA8C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8C2D; }

 p { color: rgb(202,140,45); }

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

background-color css

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

 a { background-color: rgb(202,140,45); }

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

border-color css

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

 span { border-color: rgb(202,140,45); }

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